guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: singular: Update to 4.1.3p2.


From: guix-commits
Subject: 03/04: gnu: singular: Update to 4.1.3p2.
Date: Tue, 9 Jun 2020 16:31:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3320966068027c8a61faf3202074dd6fe306ab62
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 9 15:00:40 2020 +0200

    gnu: singular: Update to 4.1.3p2.
    
    * gnu/packages/algebra.scm (singular): Update to 4.1.3p2.
---
 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 1008d24..b78e6ef 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.3p1")
+   (version "4.1.3p2")
    (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
-                      
"1f02mrjwh7pd3pydfvjxsw5rph2qmkg1idwqrdsax924sa77sljw"))))
+                      
"1524yrni7gh0hir5ckridq671q5s6avfjdsdyahj51kzdl3wcypf"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("doxygen" ,doxygen)



reply via email to

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