guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: singular: Update to 4.1.1p3.


From: Kei Kebreau
Subject: 02/02: gnu: singular: Update to 4.1.1p3.
Date: Sat, 18 Aug 2018 12:05:31 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit f35c3bbb685c94112259cc264ef830579931ef2d
Author: Kei Kebreau <address@hidden>
Date:   Sat Aug 18 11:44:22 2018 -0400

    gnu: singular: Update to 4.1.1p3.
    
    * gnu/packages/algebra.scm (singular): Update to 4.1.1p3.
---
 gnu/packages/algebra.scm | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index bb5c80b..471f6e9 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -399,15 +399,21 @@ matrices, and polynomials over the integers and over 
finite fields.")
 (define-public singular
   (package
    (name "singular")
-   (version "4.0.3")
-   (source (origin
-            (method url-fetch)
-            (uri (string-append "http://www.mathematik.uni-kl.de/ftp/pub/";
-                                "Math/Singular/SOURCES/"
-                                (string-join (string-split version #\.) "-")
-                                "/singular-" version ".tar.gz"))
-            (sha256 (base32
-                     "0viidy2fz62rln9p0s9qfs7fnm55c6fw1agydd1py26gxylp1ksc"))))
+   (version "4.1.1p3")
+   (source
+    (origin
+      (method url-fetch)
+      (uri
+       (string-append "http://www.mathematik.uni-kl.de/ftp/pub/Math/";
+                      "Singular/SOURCES/"
+                      (string-join
+                       (string-split
+                        (string-trim-right version #\p
+                                           0 (1- (string-length version)))
+                        #\.) "-")
+                      "/singular-" version ".tar.gz"))
+             (sha256 (base32
+                      
"1qqj9bm9pkzm0iyycpvm8x6s79wws3nq60lz25h8x1q61h3426sm"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("doxygen" ,doxygen)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]