about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-12-22 23:28:10 +0900
committerGitHub <noreply@github.com>2023-12-22 23:28:10 +0900
commitc721e4c3bb279754639862ba447318998c1b7509 (patch)
tree6a3ba3127a7ee52ee990584f79e8f82b8ac2f935 /pkgs
parent1299c3102f332fc77a27d0f1fb7c938f9f7582fe (diff)
parentbe7eb56fe07ebad22eb9ce71ae3ea2ee2a5830ff (diff)
Merge pull request #275975 from r-ryantm/auto-update/python310Packages.pyreadstat
python310Packages.pyreadstat: 1.2.5 -> 1.2.6
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pyreadstat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyreadstat/default.nix b/pkgs/development/python-modules/pyreadstat/default.nix
index 7372e88482fff..1a575db7c2e21 100644
--- a/pkgs/development/python-modules/pyreadstat/default.nix
+++ b/pkgs/development/python-modules/pyreadstat/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "pyreadstat";
-  version = "1.2.5";
+  version = "1.2.6";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "Roche";
     repo = "pyreadstat";
     rev = "refs/tags/v${version}";
-    hash = "sha256-npzriBrp/ex0noH6EAmWnFyHzVkOKvQ68J578NujMHA=";
+    hash = "sha256-VcPpGRrE/5udNijodO88Lw69JPOm6ZN7BZb4xD34srQ=";
   };
 
   nativeBuildInputs = [