Skip to content

Commit

Permalink
python312Packages.imageio: 2.36.0 -> 2.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Nov 28, 2024
1 parent cf99465 commit e5a27ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/imageio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@

buildPythonPackage rec {
pname = "imageio";
version = "2.36.0";
version = "2.36.1";
pyproject = true;

src = fetchFromGitHub {
owner = "imageio";
repo = "imageio";
rev = "refs/tags/v${version}";
hash = "sha256-dQrAVPXtDdibaxxfqW29qY7j5LyegvmI0Y7/btXmsyY=";
hash = "sha256-jHy0w+tHjoYGTgkcIvy4FnjoZ1eJrVA3JrDYapkBLhY=";
};

patches = lib.optionals (!stdenv.hostPlatform.isDarwin) [
Expand Down

0 comments on commit e5a27ae

Please sign in to comment.