python311Packages.rioxarray: 0.15.5 -> 0.15.7

This commit is contained in:
R. Ryantm
2024-06-26 21:14:49 +00:00
parent db4c8df48c
commit cb59bc06e9
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "rioxarray";
version = "0.15.5";
version = "0.15.7";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "corteva";
repo = "rioxarray";
rev = "refs/tags/${version}";
hash = "sha256-bumFZQktgUqo2lyoLtDXkh6Vv5oS/wobqYpvNYy7La0=";
hash = "sha256-x5+T1ITZ6t+08s+WpSiqbohiKVfigREn63+5pJYHkxc=";
};
build-system = [ setuptools ];