Skip to content

Commit 82d30bc

Browse files
authored
python312Packages.pcffont: 0.0.15 -> 0.0.16 (#377587)
2 parents 07259e3 + ff91123 commit 82d30bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
buildPythonPackage rec {
1313
pname = "pcffont";
14-
version = "0.0.15";
14+
version = "0.0.16";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.10";
1818

1919
src = fetchPypi {
2020
pname = "pcffont";
2121
inherit version;
22-
hash = "sha256-sJWopdjZ0vM0BrdBgc6XZsDGFN7/NCCBqrCyYCRhT3M=";
22+
hash = "sha256-erZ9zcXZqBg71subC8U7QA7nwwoh2lQeIzRAkmxBxzg=";
2323
};
2424

2525
build-system = [ hatchling ];

0 commit comments

Comments
 (0)