singular: 4.3.1p2 -> 4.3.2p1

+3 -4
+3 -4
pkgs/applications/science/math/singular/default.nix
··· 24 24 25 25 stdenv.mkDerivation rec { 26 26 pname = "singular"; 27 - version = "4.3.1p2"; 27 + version = "4.3.2p1"; 28 28 29 29 # since the tarball does not contain tests, we fetch from GitHub. 30 30 src = fetchFromGitHub { ··· 33 33 34 34 # if a release is tagged (which sometimes does not happen), it will 35 35 # be in the format below. 36 - # rev = "Release-${lib.replaceStrings ["."] ["-"] version}"; 37 - rev = "370a87f29e7b2a3fefe287184bd4f75b793cb03c"; 38 - sha256 = "sha256-T2tJ5yHTLzrXdozQB/XGZn4lNhpwVd9L30ZOzKAHxWs="; 36 + rev = "Release-${lib.replaceStrings ["."] ["-"] version}"; 37 + sha256 = "sha256-fprlqJ/3vhnUBnopOhWi4TWMKjcJ4qDQGq8vaaGzy2E="; 39 38 40 39 # the repository's .gitattributes file contains the lines "/Tst/ 41 40 # export-ignore" and "/doc/ export-ignore" so some directories are