gnu: execline: Update to 2.3.0.4.
* gnu/packages/skarnet.scm (execline): Update to 2.3.0.4.
This commit is contained in:
parent
35f75dceb9
commit
ba1203d030
|
@ -62,7 +62,7 @@ and file system operations. It is used by all skarnet.org software.")
|
||||||
(define-public execline
|
(define-public execline
|
||||||
(package
|
(package
|
||||||
(name "execline")
|
(name "execline")
|
||||||
(version "2.1.5.0")
|
(version "2.3.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -70,7 +70,7 @@ and file system operations. It is used by all skarnet.org software.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hhirdmyh3sj9qagkis7addmmdvyic717wkb6ym3n63kvfk0adla"))))
|
"0jx60wjz3yj3r1wircbvd15in275pi7ggw69pbs9djhcyb48zfz4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("skalibs" ,skalibs)))
|
(inputs `(("skalibs" ,skalibs)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue