Merge pull request #237478 from r-ryantm/auto-update/python310Packages.pyreadstat

python310Packages.pyreadstat: 1.2.1 -> 1.2.2

authored by

Nick Cao and committed by
GitHub
f2c328c3 ff86c19d

+2 -2
+2 -2
pkgs/development/python-modules/pyreadstat/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pyreadstat"; 16 - version = "1.2.1"; 16 + version = "1.2.2"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "Roche"; 23 23 repo = "pyreadstat"; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-7DpmWIRzhB32YZCDpR+rEIAzn5OuZqt7wvS0GnxnT/g="; 25 + hash = "sha256-CvovylOTTyXm0ucTwNSFZzkcA0H8H76BSg4vjB2Pe4M="; 26 26 }; 27 27 28 28 nativeBuildInputs = [