diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-29 16:38:36 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-29 17:29:36 +0200 |
commit | d5aa478854b46a3e45af149a5e9fcbe9c52c4d62 (patch) | |
tree | 0598ffe62a116abf625ea44f1645b107f7322832 /gnu | |
parent | 636d25cce083f88b52e2dd08e3c29b5a9ba57f15 (diff) | |
download | guix-d5aa478854b46a3e45af149a5e9fcbe9c52c4d62.tar.gz guix-d5aa478854b46a3e45af149a5e9fcbe9c52c4d62.zip |
gnu: oil: Update to 0.8.11.
* gnu/packages/shells.scm (oil): Update to 0.8.11.
Diffstat (limited to 'gnu')
-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 5c35b11333..48f72401b4 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -829,14 +829,14 @@ Shell (pdksh).") (define-public oil (package (name "oil") - (version "0.8.10") + (version "0.8.11") (source (origin (method url-fetch) (uri (string-append "https://www.oilshell.org/download/oil-" version ".tar.gz")) (sha256 - (base32 "03ixqspizvgj869b524c33pg9c6h64g04r4pjkxfp1fxvgca70db")))) + (base32 "12fhcqgv0sm3i9i4qa7yggjf2qsbjlmi6yblwxb735f86357ps8a")))) (build-system gnu-build-system) (arguments `(#:strip-binaries? #f ; strip breaks the binary |