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

R. Ryantm 1d61f28f 0cc343a5

+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 ];