Unverified Commit 9d8f8df4 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

python3Packages.dogpile-cache: 1.3.4 -> 1.4.0 (#405584)

parent a1929b73
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,15 +13,15 @@

buildPythonPackage rec {
  pname = "dogpile-cache";
  version = "1.3.4";
  version = "1.4.0";
  pyproject = true;

  disabled = pythonOlder "3.6";
  disabled = pythonOlder "3.9";

  src = fetchPypi {
    pname = "dogpile_cache";
    inherit version;
    hash = "sha256-TwKVV19f3T9+E8hLqONmVpcdGGmiCBtHN+yZ7eN4qMA=";
    hash = "sha256-sAqeL0Cc+b9Iwuej4+aNrF+nWROsvxpi+CfIEtNfPQk=";
  };

  build-system = [ setuptools ];