unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67492] [PATCH] gnu: xe: Update to 1.0.
@ 2023-11-27 19:20 Greg Hogan
  2023-12-03 22:42 ` bug#67492: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-11-27 19:20 UTC (permalink / raw)
  To: 67492; +Cc: Greg Hogan

* gnu/packages/parallel.scm (xe): Update to 1.0.

Change-Id: If881efcd1db46fddd33b48e044ea02ee73e4a98e
---
 gnu/packages/parallel.scm | 4 ++--
 1 file 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 @@ (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

-- 
2.40.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67492: [PATCH] gnu: xe: Update to 1.0.
  2023-11-27 19:20 [bug#67492] [PATCH] gnu: xe: Update to 1.0 Greg Hogan
@ 2023-12-03 22:42 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-12-03 22:42 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 67492-done

Greg Hogan <code@greghogan.com> skribis:

> * gnu/packages/parallel.scm (xe): Update to 1.0.
>
> Change-Id: If881efcd1db46fddd33b48e044ea02ee73e4a98e

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-03 22:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-27 19:20 [bug#67492] [PATCH] gnu: xe: Update to 1.0 Greg Hogan
2023-12-03 22:42 ` bug#67492: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).