pythonPackages.fontparts: 0.9.6 -> 0.9.7
This commit is contained in:
parent
539410defe
commit
7a369982c1
@ -1,19 +1,21 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, python
|
||||
, fonttools, lxml, fs, unicodedata2
|
||||
, defcon, fontpens, fontmath, booleanoperations
|
||||
, pytest
|
||||
, pytest, setuptools_scm
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "fontParts";
|
||||
version = "0.9.6";
|
||||
version = "0.9.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0q8ilc1ypmasci2x1nq69hnfsnvbi1czaxgsb3zgqd8777bn5v9z";
|
||||
sha256 = "183y1y11bqd4ky4anyv40qbvsm6i90gnydqzrjg7syspjsqvfqgy";
|
||||
extension = "zip";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools_scm ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
booleanoperations
|
||||
fonttools
|
||||
|
Loading…
Reference in New Issue
Block a user