about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-30 18:34:53 +0100
committerGitHub <noreply@github.com>2024-03-30 18:34:53 +0100
commit877bf7979cd859596da875bc4db92753a6431a07 (patch)
tree35550f6da9e67fa7d72061ba0ea25b2a3c92799d /pkgs/applications/science
parentd93bf8a5ca473b2fed6b38618dde84b80f69b593 (diff)
parent3f4d0561dbe964686411c383570421170093eeb7 (diff)
Merge pull request #298216 from r-ryantm/auto-update/pspp
pspp: 2.0.0 -> 2.0.1
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/pspp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/pspp/default.nix b/pkgs/applications/science/math/pspp/default.nix
index 032ae257c5641..420b495e736e6 100644
--- a/pkgs/applications/science/math/pspp/default.nix
+++ b/pkgs/applications/science/math/pspp/default.nix
@@ -6,11 +6,11 @@
 
 stdenv.mkDerivation rec {
   pname = "pspp";
-  version = "2.0.0";
+  version = "2.0.1";
 
   src = fetchurl {
     url = "mirror://gnu/pspp/${pname}-${version}.tar.gz";
-    sha256 = "sha256-qPbLiGr1sIOENXm81vsZHAVKzOKMxotY58XwmZai2N8=";
+    sha256 = "sha256-jtuw8J6M+AEMrZ4FWeAjDX/FquRyHHVsNQVU3zMCTAA=";
   };
 
   nativeBuildInputs = [ pkg-config texinfo python3 makeWrapper ];