Skip to content

Commit e4341d3

Browse files
committed
1 parent 36e5e6b commit e4341d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
buildPythonPackage rec {
1818
pname = "imageio";
19-
version = "2.25.0";
19+
version = "2.26.0";
2020
disabled = pythonOlder "3.7";
2121

2222
src = fetchPypi {
23-
sha256 = "sha256-uAeWofjDjGl6lAoq1zl+4okA1cTlEGG5pn0WrKhn8z4=";
23+
sha256 = "sha256-Fp8WQs23IxM/6P6QGIf08bObwDZFjEZk8fnSViJs7TU=";
2424
inherit pname version;
2525
};
2626

0 commit comments

Comments
 (0)