Skip to content

Commit

Permalink
python311Packages.dogpile-cache: 1.2.2 -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 14, 2024
1 parent 9e9a77c commit f9da8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/dogpile-cache/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

buildPythonPackage rec {
pname = "dogpile-cache";
version = "1.2.2";
version = "1.3.0";
format = "pyproject";

disabled = pythonOlder "3.6";

src = fetchPypi {
pname = "dogpile.cache";
inherit version;
hash = "sha256-/ZAiwNnLra3yCUI5GpWtrylr6AtC2qjiAvjeHCHxmLI=";
hash = "sha256-Cjh/GTLAce6P2XHS/1H4q6EQbFWUOaUbjHSiB/QOIV0=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit f9da8ba

Please sign in to comment.