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:
parent
0867f62742
commit
c3bf729ca2
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue