me
/
guix
Archived
1
0
Fork 0

gnu: execline: Update to 2.8.0.0.

* gnu/packages/skarnet.scm (execline): Update to 2.8.0.0.
master
Tobias Geerinckx-Rice 2021-03-07 14:27:24 +01:00
parent ca9912cb20
commit 4607fe2cdb
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -62,14 +62,14 @@ and file system operations. It is used by all skarnet.org software.")
(define-public execline
(package
(name "execline")
(version "2.7.0.1")
(version "2.8.0.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/execline/execline-"
version ".tar.gz"))
(sha256
(base32 "1pfwiynr3vk7ajzknjqs5mpzb78m97aqcsd3mc34lxkzz5j13xnd"))))
(base32 "0vbn4pdazy6x6213vn42k0khcij5bvkbrcfg7nw6inhf8154nx77"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)))
(arguments