Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.pint-xarray: 0.5.0 -> 0.5.1 (#432389)

authored by Doron Behar and committed by GitHub bb8a04eb 4e9c5e41

+2 -2
+2 -2
pkgs/development/python-modules/pint-xarray/default.nix
··· 12 13 buildPythonPackage rec { 14 pname = "pint-xarray"; 15 - version = "0.5.0"; 16 pyproject = true; 17 18 src = fetchFromGitHub { 19 owner = "xarray-contrib"; 20 repo = "pint-xarray"; 21 tag = "v${version}"; 22 - hash = "sha256-fvVIQagrL1QvIcN/mePx6cT8mbsvx08vu6tGc4tuLwc="; 23 }; 24 25 build-system = [
··· 12 13 buildPythonPackage rec { 14 pname = "pint-xarray"; 15 + version = "0.5.1"; 16 pyproject = true; 17 18 src = fetchFromGitHub { 19 owner = "xarray-contrib"; 20 repo = "pint-xarray"; 21 tag = "v${version}"; 22 + hash = "sha256-bPvLTtaROCYr8yWI6vQK7pYbBYUlsMzy7ALnufAT7Xo="; 23 }; 24 25 build-system = [