0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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-17 12:35:18 +02:00 committed by Robert Schütz
parent 2b9fac83e3
commit 2a759fb1bd

View file

@ -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 ];