python3Packages.makefun: 1.15.6 -> 1.16.0

This commit is contained in:
R. Ryantm
2025-05-18 18:41:01 +00:00
parent 464167831a
commit 4f6f1dfeed
@@ -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 = ''