python3Packages.pint-pandas: 0.6 -> 0.7.1 (#437125)

Changed files
+2 -2
pkgs
development
python-modules
pint-pandas
+2 -2
pkgs/development/python-modules/pint-pandas/default.nix
···
buildPythonPackage rec {
pname = "pint-pandas";
-
version = "0.6";
+
version = "0.7.1";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "hgrecco";
repo = "pint-pandas";
tag = version;
-
hash = "sha256-5/Qk6HZlfeKkfSqnVA8aADjJ99SUiurYCqSIUBPFIzc=";
+
hash = "sha256-B8nxGetnYpA+Nuhe//D8n+5g7rPO90Mm1iWswJ0+mPc=";
};
build-system = [