Unverified Commit 8c8a2680 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.google-photos-library-api: 0.12.1 -> 1.0.0 (#461358)

parents 190dee75 6f61a43a
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@
  aiohttp,
  buildPythonPackage,
  fetchFromGitHub,
  google-api-python-client,
  google-auth,
  lib,
  mashumaro,
  pytest-aiohttp,
@@ -13,22 +11,20 @@

buildPythonPackage rec {
  pname = "google-photos-library-api";
  version = "0.12.1";
  version = "1.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "allenporter";
    repo = "python-google-photos-library-api";
    tag = version;
    hash = "sha256-xSwUzVwC7RPpmC9M1x/WYIaoiUlcF2h2fwiP6FYA6sw=";
    hash = "sha256-BtVnFQ0MtxQBvT0xff59hBED89rtg8xfuv31T13qL8w=";
  };

  build-system = [ setuptools ];

  dependencies = [
    aiohttp
    google-api-python-client
    google-auth
    mashumaro
  ];