python313Packages.mako: 1.3.9 -> 1.3.10

https://docs.makotemplates.org/en/latest/changelog.html
This commit is contained in:
Martin Weinelt
2025-05-23 08:37:17 -07:00
committed by Robert Schütz
parent 2b9fac83e3
commit 2a759fb1bd
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "mako";
version = "1.3.9";
version = "1.3.10";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "sqlalchemy";
repo = "mako";
tag = "rel_${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-BC1PSmMG9KzD+w8tDUW9WXJS25HNsELgwDpkTHYO9j0=";
hash = "sha256-lxGlYyKbrDpr2LHcsqTow+s2l8+g+63M5j8xJt++tGo=";
};
build-system = [ setuptools ];