gnu: xe: Update to 1.0.
* gnu/packages/parallel.scm (xe): Update to 1.0. Change-Id: If881efcd1db46fddd33b48e044ea02ee73e4a98e Signed-off-by: Ludovic Courtès <ludo@gnu.org>
parent
2630c533a2
commit
9f66582ed0
|
@ -131,7 +131,7 @@ and they are executed on lists of files, hosts, users or other items.")
|
||||||
(define-public xe
|
(define-public xe
|
||||||
(package
|
(package
|
||||||
(name "xe")
|
(name "xe")
|
||||||
(version "0.11")
|
(version "1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -140,7 +140,7 @@ and they are executed on lists of files, hosts, users or other items.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04jr8f6jcijr0bsmn8ajm0aj35qh9my3xjsaq64h8lwg5bpyn29x"))))
|
(base32 "1ijvf7q5pxk4rlj7p9q6fmpdqiwmc28gffkk6yg390k1a1z3msf9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
|
Reference in New Issue