Commit 9a05b4e6 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent f305ff30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "google-cloud-tasks";
  version = "2.16.0";
  version = "2.16.1";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-oybkbzeqE4sW6RN5P7AFJV3rahTCykwJndQ8uAmhiCE=";
    hash = "sha256-61lHNwEns9/dnSuPVPXosBkfnOsWu7H9VGsPt+Lta2w=";
  };

  nativeBuildInputs = [