mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.psautohint: 2.3.0 -> 2.3.1
https://github.com/adobe-type-tools/psautohint/blob/master/NEWS.md#v231---july-28-2021
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "psautohint";
|
||||
version = "2.3.0";
|
||||
version = "2.3.1";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
@@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
owner = "adobe-type-tools";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1y7mqc2myn1gfzg4h018f8xza0q535shnqg6snnaqynz20i8jcfh";
|
||||
sha256 = "1knh428af0lvzijvd72i30jcvx9n6ga0hai69kxg8386jdpmmvkg";
|
||||
fetchSubmodules = true; # data dir for tests
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user