diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:02 +0100 |
commit | 6b6a81f0871d515d70fc5f11e75f8ca7217654f2 (patch) | |
tree | e6042c3a23ee6e0c82842f86032c9af679767dfc /gnu | |
parent | bfa8238ed8039979648de8dc51eb526ba74cc94c (diff) | |
download | guix-6b6a81f0871d515d70fc5f11e75f8ca7217654f2.tar.gz |
gnu: execline: Update to 2.9.0.1.
* gnu/packages/skarnet.scm (execline): Update to 2.9.0.1.
Diffstat (limited to 'gnu')
-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 5f4dfdc4f4..199e4fedc2 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -61,14 +61,14 @@ and file system operations. It is used by all skarnet.org software.") (define-public execline (package (name "execline") - (version "2.8.1.0") + (version "2.9.0.1") (source (origin (method url-fetch) (uri (string-append "https://skarnet.org/software/execline/execline-" version ".tar.gz")) (sha256 - (base32 "0msmzf5zwjcsgjlvvq28rd2i0fkdb2skmv8ii0ix8dhyckwwjmav")))) + (base32 "1xiijn3r2rqji2pwhm9v0frkk7pv9m3ylmdajhmcmyqgz350y9h1")))) (build-system gnu-build-system) (inputs (list skalibs)) (arguments |