diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:02 +0100 |
commit | 6f21376ff5ade0380ef79665fa2d847e0141ab52 (patch) | |
tree | ec89739bb3ac283064db9bc606444d703e1f6495 | |
parent | 6b6a81f0871d515d70fc5f11e75f8ca7217654f2 (diff) | |
download | guix-6f21376ff5ade0380ef79665fa2d847e0141ab52.tar.gz guix-6f21376ff5ade0380ef79665fa2d847e0141ab52.zip |
gnu: s6: Update to 2.11.1.2.
* gnu/packages/skarnet.scm (s6): Update to 2.11.1.2.
-rw-r--r-- | gnu/packages/skarnet.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index 199e4fedc2..0341a0e7fe 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -103,14 +103,14 @@ complexity."))) (define-public s6 (package (name "s6") - (version "2.11.0.0") + (version "2.11.1.2") (source (origin (method url-fetch) (uri (string-append "https://skarnet.org/software/s6/s6-" version ".tar.gz")) (sha256 - (base32 "1a3lj0xfhn1w3a4ygqsxy8q4dr3n48hnwml4xzdpz3nrikhy8if5")))) + (base32 "18h38piz117ilx7ch9f7hl6bxm2w06z7lc7f5hwsr7c87sz7853c")))) (build-system gnu-build-system) (inputs (list skalibs execline)) (arguments |