diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-20 01:24:29 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-20 03:31:50 +0200 |
commit | 70199ff43f251de30d9cd6345f8fe5df24871048 (patch) | |
tree | b06f90679078c7874b18211d9914a52dc55b2988 /gnu | |
parent | b1704008145816720f9bbaacf6ffda00a394ff77 (diff) | |
download | guix-70199ff43f251de30d9cd6345f8fe5df24871048.tar.gz |
gnu: execline: Update to 2.8.0.1.
* gnu/packages/skarnet.scm (execline): Update to 2.8.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 9d6a3208c7..2046eba025 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -62,14 +62,14 @@ and file system operations. It is used by all skarnet.org software.") (define-public execline (package (name "execline") - (version "2.8.0.0") + (version "2.8.0.1") (source (origin (method url-fetch) (uri (string-append "https://skarnet.org/software/execline/execline-" version ".tar.gz")) (sha256 - (base32 "0vbn4pdazy6x6213vn42k0khcij5bvkbrcfg7nw6inhf8154nx77")))) + (base32 "1v9swmhw2rcrr9fmkmd7qh8qq0kslhmvxwz2a3bhan9ksabz8wx3")))) (build-system gnu-build-system) (inputs `(("skalibs" ,skalibs))) (arguments |