Commit e6ebe788 authored by Sigmanificient's avatar Sigmanificient
Browse files

python313Packages.osxphotos: 0.72.3 -> 0.73.4

parent 94dab7f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,14 +41,14 @@

buildPythonPackage rec {
  pname = "osxphotos";
  version = "0.72.3";
  version = "0.73.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "RhetTbull";
    repo = "osxphotos";
    tag = "v${version}";
    hash = "sha256-SD7iJCoZRKhaEAyocCJdOZhDPiBZve2EKgFqdizNeYc=";
    hash = "sha256-KZrTGnAAPZWzEx3qj+/rkHdmI/pOfQVW/IIL+DCs8eM=";
  };

  build-system = [ setuptools ];