3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.fontparts: 0.9.9 -> 0.9.10

Minor release, updates version bound on defcon
https://github.com/robotools/fontParts/releases/tag/0.9.10
This commit is contained in:
sternenseemann 2021-03-10 00:00:09 +01:00
parent 0867f62742
commit c3bf729ca2

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "fontParts";
version = "0.9.9";
version = "0.9.10";
src = fetchPypi {
inherit pname version;
sha256 = "1iz04kpxgc5fx2rl4585hr1vp4cdajqbddlskkhlmzkn9hvz528i";
sha256 = "0hwjnqbkcfkhigx581w4532vddsx5wiy73gx46kjisp0hlir9628";
extension = "zip";
};