Commit dd2383b6 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.osxphotos: 0.73.4 -> 0.74.1

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

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

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

  build-system = [ setuptools ];