mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
pythonPackages.psautohint: 2.1.2 -> 2.2.0
This commit is contained in:
parent
3ee553df8d
commit
cff40a9104
@ -1,12 +1,13 @@
|
|||||||
{ lib, buildPythonPackage, fetchFromGitHub, pythonOlder
|
{ lib, buildPythonPackage, fetchFromGitHub, pythonOlder
|
||||||
, fonttools, lxml, fs
|
, fonttools
|
||||||
|
, lxml, fs # for fonttools extras
|
||||||
, setuptools_scm
|
, setuptools_scm
|
||||||
, pytestCheckHook, pytest_5, pytestcov, pytest_xdist
|
, pytestCheckHook, pytest_5, pytestcov, pytest_xdist
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "psautohint";
|
pname = "psautohint";
|
||||||
version = "2.1.2";
|
version = "2.2.0";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
@ -14,7 +15,7 @@ buildPythonPackage rec {
|
|||||||
owner = "adobe-type-tools";
|
owner = "adobe-type-tools";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1s2l54gzn11y07zaggprwif7r3ia244qijjhkbvjdx4jsgc5df8n";
|
sha256 = "0gsgfr190xy2rnjf1gf7688xrh13ihgq10s19s4rv5hp6pmg9iaa";
|
||||||
fetchSubmodules = true; # data dir for tests
|
fetchSubmodules = true; # data dir for tests
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user