lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.pcffont: 0.0.19 -> 0.0.20 (#405778)

authored by

Nick Cao and committed by
GitHub
1ba18a17 e224a2dc

+2 -2
+2 -2
pkgs/development/python-modules/pcffont/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pcffont"; 14 - version = "0.0.19"; 14 + version = "0.0.20"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.10"; ··· 19 19 src = fetchPypi { 20 20 pname = "pcffont"; 21 21 inherit version; 22 - hash = "sha256-ci4E+e4jzHgfSpLPYhh6di1NUwlsPlq5ajzq61vQKwc="; 22 + hash = "sha256-dkf0irrrlSoj8TH+C/kmkVPJORWGl0EbgvckfPBes7I="; 23 23 }; 24 24 25 25 build-system = [ hatchling ];