Skip to content

Commit c309559

Browse files
authored
python312Packages.ufo2ft: 3.4.0 -> 3.4.2 (#379805)
2 parents a74b7f8 + 6aa8e4a commit c309559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
buildPythonPackage rec {
2222
pname = "ufo2ft";
23-
version = "3.4.0";
23+
version = "3.4.2";
2424
pyproject = true;
2525

2626
disabled = pythonOlder "3.8";
2727

2828
src = fetchPypi {
2929
inherit pname version;
30-
hash = "sha256-DPfbxyPI8dVwPxOBIy55C3XNvWZqQ1Zd6/L8liCdbyg=";
30+
hash = "sha256-KRLkYmNSAL0s6G18ATxUa451mXinVYvDxe6zbYh3kU4=";
3131
};
3232

3333
build-system = [

0 commit comments

Comments
 (0)