diff options
author | Leo Famulari <leo@famulari.name> | 2018-02-05 04:16:09 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-02-05 04:56:25 -0500 |
commit | b6f7a4076ed1d6915e5a0c5353907f3fd22f6404 (patch) | |
tree | fce94bb52f0ed51dd096c5c7fc5f6f3c22c7a5d3 | |
parent | 710d889d572ef4de0f8b44ea70abae0e9f338461 (diff) | |
download | patches-b6f7a4076ed1d6915e5a0c5353907f3fd22f6404.tar patches-b6f7a4076ed1d6915e5a0c5353907f3fd22f6404.tar.gz |
gnu: oil-shell: Update to 0.4.0.
* gnu/packages/shells.scm (oil-shell): Update to 0.4.0.
-rw-r--r-- | gnu/packages/shells.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 5df9644dfc..80202e6814 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -648,14 +648,14 @@ Shell (pdksh).") (define-public oil-shell (package (name "oil-shell") - (version "0.3.0") + (version "0.4.0") (source (origin (method url-fetch) (uri (string-append "https://www.oilshell.org/download/oil-" version ".tar.xz")) (sha256 (base32 - "0j4fyn6xjaf29xqyzm09ahazmq9v1hkxv4kps7n3lzdfr32a4kk9")))) + "0ca68n46mhibarpfinqfkim6p3xmbz5rrpl4qr3sj9y0q6wm7sa2")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; the tests are not distributed in the tarballs |