Skip to content

Commit

Permalink
Merge pull request NixOS#335936 from r-ryantm/auto-update/python312Pa…
Browse files Browse the repository at this point in the history
…ckages.osxphotos

python312Packages.osxphotos: 0.68.4 -> 0.68.5
  • Loading branch information
Lassulus authored Aug 20, 2024
2 parents ff99b73 + 8e4956a commit 5b4a979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/osxphotos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@

buildPythonPackage rec {
pname = "osxphotos";
version = "0.68.4";
version = "0.68.5";
pyproject = true;

src = fetchFromGitHub {
owner = "RhetTbull";
repo = "osxphotos";
rev = "refs/tags/v${version}";
hash = "sha256-bafEZ+6ck+LOm6eS+IjI6GFYh3OHpLUWrg0zJ4eb9Mg=";
hash = "sha256-JhtbbtiCxIGurRAFvk7UP9qzyXw1CCaGlyLHGs/G/uE=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 5b4a979

Please sign in to comment.