Unverified Commit 7b6c5738 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.osxphotos: 0.73.4 -> 0.74.1 (#463793)

parents 0c8570f4 dd2383b6
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 ];