about summary refs log tree commit diff
path: root/pkgs/applications/science/math/singular/default.nix
diff options
context:
space:
mode:
authorMauricio Collares <mauricio@collares.org>2023-02-16 14:22:27 +0100
committerMauricio Collares <mauricio@collares.org>2023-05-20 16:02:19 +0200
commit51541df9822f85499a10f08ec0297791d3318941 (patch)
tree034d7d67a79a74023664ee3a24d064c54c814c2f /pkgs/applications/science/math/singular/default.nix
parent57c940b93dfdffe4ac71d36ff7d95ed4526ea9a9 (diff)
singular: 4.3.1p2 -> 4.3.2p1
Diffstat (limited to 'pkgs/applications/science/math/singular/default.nix')
-rw-r--r--pkgs/applications/science/math/singular/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/applications/science/math/singular/default.nix b/pkgs/applications/science/math/singular/default.nix
index e41d851cf7e87..c67057d3ac59d 100644
--- a/pkgs/applications/science/math/singular/default.nix
+++ b/pkgs/applications/science/math/singular/default.nix
@@ -24,7 +24,7 @@
 
 stdenv.mkDerivation rec {
   pname = "singular";
-  version = "4.3.1p2";
+  version = "4.3.2p1";
 
   # since the tarball does not contain tests, we fetch from GitHub.
   src = fetchFromGitHub {
@@ -33,9 +33,8 @@ stdenv.mkDerivation rec {
 
     # if a release is tagged (which sometimes does not happen), it will
     # be in the format below.
-    # rev = "Release-${lib.replaceStrings ["."] ["-"] version}";
-    rev = "370a87f29e7b2a3fefe287184bd4f75b793cb03c";
-    sha256 = "sha256-T2tJ5yHTLzrXdozQB/XGZn4lNhpwVd9L30ZOzKAHxWs=";
+    rev = "Release-${lib.replaceStrings ["."] ["-"] version}";
+    sha256 = "sha256-fprlqJ/3vhnUBnopOhWi4TWMKjcJ4qDQGq8vaaGzy2E=";
 
     # the repository's .gitattributes file contains the lines "/Tst/
     # export-ignore" and "/doc/ export-ignore" so some directories are