diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-24 00:00:56 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-24 00:12:06 +0200 |
commit | 9ed3ee95bdd03302229bbfe9fdd33af928c065c2 (patch) | |
tree | 72946c7745d8f327b8a06494eec0243fdcffd442 /gnu/packages | |
parent | 35a5650426a8952c595d09104cd0a0b91686b390 (diff) | |
download | guix-9ed3ee95bdd03302229bbfe9fdd33af928c065c2.tar.gz guix-9ed3ee95bdd03302229bbfe9fdd33af928c065c2.zip |
gnu: execline: Update to 2.8.1.0.
* gnu/packages/skarnet.scm (execline): Update to 2.8.1.0.
Diffstat (limited to 'gnu/packages')
-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 ec524b1d76..c9bc4c6323 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.0.1") + (version "2.8.1.0") (source (origin (method url-fetch) (uri (string-append "https://skarnet.org/software/execline/execline-" version ".tar.gz")) (sha256 - (base32 "1v9swmhw2rcrr9fmkmd7qh8qq0kslhmvxwz2a3bhan9ksabz8wx3")))) + (base32 "0msmzf5zwjcsgjlvvq28rd2i0fkdb2skmv8ii0ix8dhyckwwjmav")))) (build-system gnu-build-system) (inputs `(("skalibs" ,skalibs))) (arguments |