Skip to content

Commit

Permalink
python312Packages.pystache: 0.6.6 -> 0.6.7 (#368141)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 25, 2024
2 parents 7208b31 + 06539f7 commit 2df2083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pystache/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "pystache";
version = "0.6.6";
version = "0.6.7";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "PennyDreadfulMTG";
repo = "pystache";
tag = "v${version}";
hash = "sha256-E6y7r68mfXVoNgsTBqyo561dVOjq1fL73SqSFM32oeQ=";
hash = "sha256-kfR3ZXbrCDrIVOh4bcOTXqg9D56YQrIyV0NthStga5U=";
};

build-system = [
Expand Down

0 comments on commit 2df2083

Please sign in to comment.