python3Packages.pyreadstat: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm
2026-01-27 08:50:23 +00:00
parent 8913af27d0
commit 5a5e6ae50e
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pyreadstat";
version = "1.3.2";
version = "1.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Roche";
repo = "pyreadstat";
tag = "v${version}";
hash = "sha256-JDs5SxiqSZHVOJTPezq5oIT+Xgp6tz2BytoQ6jb/ZwU=";
hash = "sha256-CXZ9edMmup4+/2lImt6Zy19RIqGig1sUIK35snvIFEk=";
};
build-system = [