Skip to content

Commit 385eb6a

Browse files
committed
python3Packages.rioxarray: 0.17.0 -> 0.18.1
1 parent 9c075c8 commit 385eb6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/rioxarray/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020

2121
buildPythonPackage rec {
2222
pname = "rioxarray";
23-
version = "0.17.0";
23+
version = "0.18.1";
2424
pyproject = true;
2525
disabled = pythonOlder "3.10";
2626

2727
src = fetchFromGitHub {
2828
owner = "corteva";
2929
repo = "rioxarray";
3030
rev = "refs/tags/${version}";
31-
hash = "sha256-mOXyfkreQ55vWmPCG2U/ijcKZqzHoQQLfKArSh2fDmA=";
31+
hash = "sha256-0YsGu8JuYrb6lWuC3RQ4jCkulxxFpnd0eaRajCwtFHo=";
3232
};
3333

3434
build-system = [ setuptools ];

0 commit comments

Comments
 (0)