···24242525stdenv.mkDerivation rec {
2626 pname = "singular";
2727- version = "4.3.1p2";
2727+ version = "4.3.2p1";
28282929 # since the tarball does not contain tests, we fetch from GitHub.
3030 src = fetchFromGitHub {
···33333434 # if a release is tagged (which sometimes does not happen), it will
3535 # be in the format below.
3636- # rev = "Release-${lib.replaceStrings ["."] ["-"] version}";
3737- rev = "370a87f29e7b2a3fefe287184bd4f75b793cb03c";
3838- sha256 = "sha256-T2tJ5yHTLzrXdozQB/XGZn4lNhpwVd9L30ZOzKAHxWs=";
3636+ rev = "Release-${lib.replaceStrings ["."] ["-"] version}";
3737+ sha256 = "sha256-fprlqJ/3vhnUBnopOhWi4TWMKjcJ4qDQGq8vaaGzy2E=";
39384039 # the repository's .gitattributes file contains the lines "/Tst/
4140 # export-ignore" and "/doc/ export-ignore" so some directories are