From bc41a593a5ce8f06dca53ca17010456c1c12d50d Mon Sep 17 00:00:00 2001 From: Mauricio Collares Date: Fri, 8 Jul 2022 11:23:46 +0200 Subject: [PATCH] singular: 4.3.0 -> 4.3.1 --- pkgs/applications/science/math/singular/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/science/math/singular/default.nix b/pkgs/applications/science/math/singular/default.nix index aad3eaf529a0..c1ada27d581e 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.0"; + version = "4.3.1"; # 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 = "d895b0f1f543c61eb03adddad20f08655a419d4e"; - sha256 = "sha256-c5Qr6VUuPKjfw8fowjJJz3oGAyUwo/K0WeMvU5djzVA="; + rev = "Release-${lib.replaceStrings ["."] ["-"] version}"; + sha256 = "sha256-3r3epwaVbyveyYtmfxuevO4Q52J6FbI6RRqiaHQGJIk="; # the repository's .gitattributes file contains the lines "/Tst/ # export-ignore" and "/doc/ export-ignore" so some directories are