python3Packages.pyreadstat: 1.2.9 -> 1.3.0 (#421681)

This commit is contained in:
Fabián Heredia Montiel
2025-07-07 19:48:21 -06:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pyreadstat";
version = "1.2.9";
version = "1.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Roche";
repo = "pyreadstat";
tag = "v${version}";
hash = "sha256-4SdA4yYf3ha42ktyObTa2eOG16sq5tq+7Iyi16V00bw=";
hash = "sha256-ZcdCUX8mNBipOV5k+y7WdgxCZLfsZZlClyeuL8sQ6BI=";
};
build-system = [