nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.pyreadstat: 1.2.0 -> 1.2.1

+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.0"; 16 + version = "1.2.1"; 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-Rw+v1+KpjSSZoqhlENKcJiaFhAvcNRbZ3+MA2dOsj4Q="; 25 + hash = "sha256-7DpmWIRzhB32YZCDpR+rEIAzn5OuZqt7wvS0GnxnT/g="; 26 26 }; 27 27 28 28 nativeBuildInputs = [