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

python313Packages.makefun: 1.15.6 -> 1.16.0

This commit is contained in:
Martin Weinelt 2025-05-19 01:13:55 +02:00 committed by Robert Schütz
parent ded89ddbdf
commit 27bb003a0b

View file

@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "makefun";
version = "1.15.6";
version = "1.16.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-JrxjRCphgvt17+2LUXQd0tHbLxdr7Ixk4gpYYla48Uk=";
hash = "sha256-4UYBgxVwv/H21+aIKLzTDS9YVvJLrV3gzLIpIc7ryUc=";
};
postPatch = ''