guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: singular: Update to 4.1.3p1.


From: guix-commits
Subject: 05/10: gnu: singular: Update to 4.1.3p1.
Date: Fri, 5 Jun 2020 13:33:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 28d6b57c38abf8843ef02d85178755790db824a6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jun 5 17:02:03 2020 +0200

    gnu: singular: Update to 4.1.3p1.
    
    * gnu/packages/algebra.scm (singular): Update to 4.1.3p1.
---
 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 4df2e96..1008d24 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -609,7 +609,7 @@ matrices, and polynomials over the integers and over finite 
fields.")
 (define-public singular
   (package
    (name "singular")
-   (version "4.1.2p1")
+   (version "4.1.3p1")
    (source
     (origin
       (method url-fetch)
@@ -623,7 +623,7 @@ matrices, and polynomials over the integers and over finite 
fields.")
                         #\.) "-")
                       "/singular-" version ".tar.gz"))
              (sha256 (base32
-                      
"0kvd55353fiqyq1msmi0kka66n5h0aqs7m3km60r01b1w2f8085m"))))
+                      
"1f02mrjwh7pd3pydfvjxsw5rph2qmkg1idwqrdsax924sa77sljw"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("doxygen" ,doxygen)



reply via email to

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