Skip to content

Commit c44dfba

Browse files
authored
python3Packages.makefun: 1.15.6 -> 1.16.0 (#408514)
2 parents e9ef001 + 4f6f1df commit c44dfba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/makefun/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313

1414
buildPythonPackage rec {
1515
pname = "makefun";
16-
version = "1.15.6";
16+
version = "1.16.0";
1717
pyproject = true;
1818

1919
src = fetchPypi {
2020
inherit pname version;
21-
hash = "sha256-JrxjRCphgvt17+2LUXQd0tHbLxdr7Ixk4gpYYla48Uk=";
21+
hash = "sha256-4UYBgxVwv/H21+aIKLzTDS9YVvJLrV3gzLIpIc7ryUc=";
2222
};
2323

2424
postPatch = ''

0 commit comments

Comments
 (0)