diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-09 15:00:40 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-09 22:30:09 +0200 |
commit | 3320966068027c8a61faf3202074dd6fe306ab62 (patch) | |
tree | 81a9b5f4ee4ceaba20462e210e9c7abea33b20cf /gnu | |
parent | 14adb59ab0ff4aa44ee949a0b0626a8e88037df2 (diff) | |
download | guix-3320966068027c8a61faf3202074dd6fe306ab62.tar.gz |
gnu: singular: Update to 4.1.3p2.
* gnu/packages/algebra.scm (singular): Update to 4.1.3p2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/algebra.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 1008d24cd3..b78e6ef304 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) |