python311Packages.pypugjs: 5.9.12 -> 5.10.1

This commit is contained in:
R. Ryantm
2024-05-27 23:44:05 +00:00
parent 2e28da99b5
commit 0552108c7d
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "pypugjs";
version = "5.9.12";
version = "5.10.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "kakulukia";
repo = "pypugjs";
rev = "v${version}";
hash = "sha256-6tIhKCa8wg01gNFygCS6GdUHfbWBu7wOZeMkCExRR34=";
rev = "refs/tags/v${version}";
hash = "sha256-W+EVNxT2OimNENHe4lJDn6Wm1EbBysGuCD3/Wkdew/U=";
};
propagatedBuildInputs = [