about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2024-01-12 17:52:15 +0100
committerGitHub <noreply@github.com>2024-01-12 17:52:15 +0100
commitd562fa85faa8326883d8b55e6a0147e50f3c8371 (patch)
tree8189153c899cea5f269007e14c24366a78c265ea /pkgs
parent77d6c3891f3d35fc0285f91a9954d7bc998279d6 (diff)
parent5c2825864ecea3b7b2d9cd6b4d74c292e19219b3 (diff)
Merge pull request #280345 from r-ryantm/auto-update/primecount
primecount: 7.9 -> 7.10
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/science/math/primecount/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/primecount/default.nix b/pkgs/applications/science/math/primecount/default.nix
index 706cbe28f2c79..c3e2565989edc 100644
--- a/pkgs/applications/science/math/primecount/default.nix
+++ b/pkgs/applications/science/math/primecount/default.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation rec {
   pname = "primecount";
-  version = "7.9";
+  version = "7.10";
 
   src = fetchFromGitHub {
     owner = "kimwalisch";
     repo = "primecount";
     rev = "v${version}";
-    hash = "sha256-0sn6WnrI6Umrsz3lvFIzFi8/fEAqh1qhWxtNPPq5SyA=";
+    hash = "sha256-z7sHGR6zZSTV1PbL0WPGHf52CYQ572KC1yznCuIEJbQ=";
   };
 
   nativeBuildInputs = [