summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-22 05:20:00 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-22 05:20:00 +0000
commitbe7eb56fe07ebad22eb9ce71ae3ea2ee2a5830ff (patch)
tree5856735e9ef4d8418a2f2ca34fc78f923eee37b8 /pkgs/development/python-modules
parent02b3c06b1ce6b2fb2af10d99e5c2e99a7cc6bf94 (diff)
python310Packages.pyreadstat: 1.2.5 -> 1.2.6
Diffstat (limited to 'pkgs/development/python-modules')
-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 7372e88482ff..1a575db7c2e2 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 = [