diff options
author | Greg Hogan <code@greghogan.com> | 2023-11-27 19:20:55 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-12-03 23:55:09 +0100 |
commit | 9f66582ed0630de5895c77d9e1b8d8bad90f33b1 (patch) | |
tree | 870baebde80cf3b747dce02d039c7e86fddc665a /gnu/packages | |
parent | 2630c533a2cecf609b0489fffa8b54f240b52edc (diff) | |
download | guix-9f66582ed0630de5895c77d9e1b8d8bad90f33b1.tar.gz guix-9f66582ed0630de5895c77d9e1b8d8bad90f33b1.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/parallel.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index 92ff023a6e..e12035e47d 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm @@ -131,7 +131,7 @@ and they are executed on lists of files, hosts, users or other items.") (define-public xe (package (name "xe") - (version "0.11") + (version "1.0") (source (origin (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)))) (file-name (git-file-name name version)) (sha256 - (base32 "04jr8f6jcijr0bsmn8ajm0aj35qh9my3xjsaq64h8lwg5bpyn29x")))) + (base32 "1ijvf7q5pxk4rlj7p9q6fmpdqiwmc28gffkk6yg390k1a1z3msf9")))) (build-system gnu-build-system) (arguments `(#:tests? #f |