guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: singular: Update to 4.3.2p10.


From: guix-commits
Subject: branch master updated: gnu: singular: Update to 4.3.2p10.
Date: Wed, 24 Jan 2024 08:32:31 -0500

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e54124ca4d gnu: singular: Update to 4.3.2p10.
e54124ca4d is described below

commit e54124ca4dffdfd89fb457015645dd1923340bdf
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Wed Jan 24 12:20:11 2024 +0100

    gnu: singular: Update to 4.3.2p10.
    
    * gnu/packages/algebra.scm (singular): Update to 4.3.2p10.
    
    Change-Id: I196d31e3f5605dd51385146ce091d63a4e9eb340
---
 gnu/packages/algebra.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 189a515b4b..8d1877e3d9 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -592,12 +592,12 @@ matrices, and polynomials over the integers and over 
finite fields.")
 (define-public singular
   (package
    (name "singular")
-   (version "4.2.1")
+   (version "4.3.2p10")
    (source
     (origin
       (method url-fetch)
       (uri
-       (string-append "http://www.mathematik.uni-kl.de/ftp/pub/Math/";
+       (string-append "https://www.singular.uni-kl.de/ftp/pub/Math/";
                       "Singular/SOURCES/"
                       (string-join
                        (string-split
@@ -607,7 +607,7 @@ matrices, and polynomials over the integers and over finite 
fields.")
                         #\.) "-")
                       "/singular-" version ".tar.gz"))
              (sha256 (base32
-                      
"13gy1gdng8zijwlr1fn5sixw53z0zf9czzlg0vh1dcc59zw6v998"))))
+                      
"1a2j2pkp73rb1xdd5623gkk1snwd85yimssnz86y0m79zvyckhi8"))))
    (build-system gnu-build-system)
    (native-inputs
     (list doxygen graphviz perl))



reply via email to

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