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

This commit is contained in:
Doron Behar 2025-08-10 02:59:54 +03:00 committed by GitHub
commit bb8a04eb36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pint-xarray";
version = "0.5.0";
version = "0.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "xarray-contrib";
repo = "pint-xarray";
tag = "v${version}";
hash = "sha256-fvVIQagrL1QvIcN/mePx6cT8mbsvx08vu6tGc4tuLwc=";
hash = "sha256-bPvLTtaROCYr8yWI6vQK7pYbBYUlsMzy7ALnufAT7Xo=";
};
build-system = [