GNU bug report logs - #73702
[PATCH] gnu: abc: Update to 0.0-3.707442e.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Tue, 8 Oct 2024 09:15:01 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: Cayetano Santos <csantosb <at> inventati.org>
Subject: bug#73702: closed (Re: [bug#73702] [PATCH] gnu: abc: Update to
 0.0-3.707442e.)
Date: Tue, 15 Oct 2024 16:19:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#73702: [PATCH] gnu: abc: Update to 0.0-3.707442e.

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 73702 <at> debbugs.gnu.org.

-- 
73702: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73702
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: Cayetano Santos <csantosb <at> inventati.org>
Cc: 73702-done <at> debbugs.gnu.org
Subject: Re: [bug#73702] [PATCH] gnu: abc: Update to 0.0-3.707442e.
Date: Tue, 15 Oct 2024 18:18:18 +0200
Hello,

Cayetano Santos <csantosb <at> inventati.org> skribis:

> * gnu/packages/fpga.scm (abc): Update to 0.0-3.707442e.

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: abc: Update to 0.0-3.707442e.
Date: Tue,  8 Oct 2024 11:13:59 +0200
* gnu/packages/fpga.scm (abc): Update to 0.0-3.707442e.
---
 gnu/packages/fpga.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 68f36d501f..46d1d43a1a 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -69,8 +69,9 @@ (define-module (gnu packages fpga)
   #:use-module (gnu packages version-control))
 
 (define-public abc
- (let ((commit "70cb339f869e")
-       (revision "2"))
+
+ (let ((commit "707442e0915dd7fdbfc5742b04ef16429373075a")
+       (revision "3"))
   (package
     (name "abc")
     (version (git-version "0.0" revision commit))
@@ -82,7 +83,7 @@ (define-public abc
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ngxg4jvz8vwm74sbidysgz3v5lrzjcabkqj4nhcksi6hnhyc9m8"))))
+                "04wi0917cp9j9vsbmi00sb7914qspkz2d1113mkgjmmql6mq9gch"))))
     (build-system gnu-build-system)
     (inputs
      (list readline))

base-commit: d44beb9b4ad836781928a0c5667e94c0d6df13f0
-- 
2.46.0




This bug report was last modified 277 days ago.

Previous Next


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