me
/
guix
Archived
1
0
Fork 0

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>
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
1 changed files with 2 additions and 2 deletions

View File

@ -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