summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauricio Collares <mauricio@collares.org>2023-02-05 11:58:27 +0100
committerGitHub <noreply@github.com>2023-02-05 11:58:27 +0100
commitd5e7e30bb15643c7bf3e148edd7d3c7752a7a2e3 (patch)
tree0ccb87737736b74e9f8569e62d045583fe57b5d6
parentf58d92fa4bea78f29691ca5e4c29b68d664d5a53 (diff)
parent44b7b37b73476061c1358de5bbfca23c36f94277 (diff)
Merge pull request #214723 from r-ryantm/auto-update/pari
pari: 2.15.1 -> 2.15.2
-rw-r--r--pkgs/applications/science/math/pari/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/pari/default.nix b/pkgs/applications/science/math/pari/default.nix
index 91cf4ae4f389..4c0032e6c8b3 100644
--- a/pkgs/applications/science/math/pari/default.nix
+++ b/pkgs/applications/science/math/pari/default.nix
@@ -14,7 +14,7 @@ assert withThread -> libpthreadstubs != null;
stdenv.mkDerivation rec {
pname = "pari";
- version = "2.15.1";
+ version = "2.15.2";
src = fetchurl {
urls = [
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
# old versions are at the url below
"https://pari.math.u-bordeaux.fr/pub/pari/OLD/${lib.versions.majorMinor version}/${pname}-${version}.tar.gz"
];
- hash = "sha256-RUGdt3xmhb7mfkLg7LeOGe9WK+eq/GN8ikGXDy6Qnj0=";
+ hash = "sha256-sEYoER7iKHZRmksc2vsy/rqjTq+iT56B9Y+NBX++4N0=";
};
buildInputs = [