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>
This commit is contained in:
Greg Hogan 2023-11-27 19:20:55 +00:00 committed by Ludovic Courtès
parent 2630c533a2
commit 9f66582ed0
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -131,7 +131,7 @@ (define-public parallel
(define-public xe
(package
(name "xe")
(version "0.11")
(version "1.0")
(source
(origin
(method git-fetch)
@ -140,7 +140,7 @@ (define-public xe
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "04jr8f6jcijr0bsmn8ajm0aj35qh9my3xjsaq64h8lwg5bpyn29x"))))
(base32 "1ijvf7q5pxk4rlj7p9q6fmpdqiwmc28gffkk6yg390k1a1z3msf9"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f