GNU bug report logs - #67492
[PATCH] gnu: xe: Update to 1.0.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Mon, 27 Nov 2023 19:22:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Subject: bug#67492: closed (Re: [bug#67492] [PATCH] gnu: xe: Update to 1.0.)
Date: Sun, 03 Dec 2023 22:43:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#67492: [PATCH] gnu: xe: Update to 1.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 67492 <at> debbugs.gnu.org.

-- 
67492: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67492
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>
Cc: 67492-done <at> debbugs.gnu.org
Subject: Re: [bug#67492] [PATCH] gnu: xe: Update to 1.0.
Date: Sun, 03 Dec 2023 23:42:14 +0100
Greg Hogan <code <at> greghogan.com> skribis:

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

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: xe: Update to 1.0.
Date: Mon, 27 Nov 2023 19:20:55 +0000
* 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




This bug report was last modified 1 year and 173 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.