GNU bug report logs - #73566
[PATCH] gnu: pari-gp: Update to 2.17.0.

Previous Next

Package: guix-patches;

Reported by: Andreas Enge <andreas <at> enge.fr>

Date: Mon, 30 Sep 2024 12:38:05 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


Message #20 received at 73566 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: 73566 <at> debbugs.gnu.org
Cc: Andreas Enge <andreas <at> enge.fr>
Subject: [PATCH v3 2/2] gnu: gp2c: Update to 0.0.14.
Date: Mon, 21 Oct 2024 16:11:36 +0200
* gnu/packages/algebra.scm (gp2c): Update to 0.0.14.

Change-Id: Ia45f9fae34f0a63a434ab5f7120cf1fba943161b
---
 gnu/packages/algebra.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 2c81b88d8d..8cfdb6456d 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -268,7 +268,7 @@ (define-public pari-gp
 (define-public gp2c
   (package
    (name "gp2c")
-   (version "0.0.13")
+   (version "0.0.14")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -276,7 +276,7 @@ (define-public gp2c
                   version ".tar.gz"))
             (sha256
               (base32
-                "0dlxlrwwvhmjljjzsq95fsm14j5n5353snd92b0pdg9ylzn784r6"))))
+                "0c3v1g04mkb45xrcrxr9xzp61nnql38k6i6s77i5f14l0b614qdg"))))
    (build-system gnu-build-system)
    (native-inputs (list perl))
    (inputs (list pari-gp))
-- 
2.46.0





This bug report was last modified 180 days ago.

Previous Next


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