Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pythonPackages.fontparts: 0.9.2 → 0.9.6
  • Loading branch information
sternenseemann committed Sep 7, 2020
1 parent a1b634b commit 75e7360
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/python-modules/fontparts/default.nix
Expand Up @@ -6,11 +6,11 @@

buildPythonPackage rec {
pname = "fontParts";
version = "0.9.2";
version = "0.9.6";

src = fetchPypi {
inherit pname version;
sha256 = "0hwzdppmrrw1xz49x36h6mcsrwya1f3zpqrc206y73j4pbn7fh0k";
sha256 = "0q8ilc1ypmasci2x1nq69hnfsnvbi1czaxgsb3zgqd8777bn5v9z";
extension = "zip";
};

Expand All @@ -33,6 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "An API for interacting with the parts of fonts during the font development process.";
homepage = "https://github.com/robotools/fontParts";
changelog = "https://github.com/robotools/fontParts/releases/tag/v${version}";
license = licenses.mit;
maintainers = [ maintainers.sternenseemann ];
};
Expand Down

0 comments on commit 75e7360

Please sign in to comment.