lol

Merge pull request #172455 from r-ryantm/auto-update/python3.10-fontMath

python310Packages.fontmath: 0.9.1 -> 0.9.2

authored by

Artturi and committed by
GitHub
61200e1f 902d6f55

+2 -2
+2 -2
pkgs/development/python-modules/fontmath/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "fontMath"; 8 - version = "0.9.1"; 8 + version = "0.9.2"; 9 9 disabled = isPy27; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "1c5e76e135409f49b15809d0ce94dfd00850f893f86d4d6a336808dbbf292700"; 13 + sha256 = "sha256-TIsccR4cv0upPD0IQ5NbBmGXMTEmGvCGCL3hfeEBhAQ="; 14 14 extension = "zip"; 15 15 }; 16 16