about summary refs log tree commit diff
path: root/pkgs/development/python-modules/psautohint
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-24 12:14:33 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-24 12:14:33 +0100
commit75117724866c0043175969f819002bc35180d15d (patch)
tree720b5d742fd4b9be3ffc716fdf378a4096e984a2 /pkgs/development/python-modules/psautohint
parent1ec1a234d893b110b09939390b00d9b6e0b95a4d (diff)
python3Packages.psautohint: 2.2.0 -> 2.3.0
Diffstat (limited to 'pkgs/development/python-modules/psautohint')
-rw-r--r--pkgs/development/python-modules/psautohint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/psautohint/default.nix b/pkgs/development/python-modules/psautohint/default.nix
index 4e9f07e2ccb8e..cfed6dd74cf65 100644
--- a/pkgs/development/python-modules/psautohint/default.nix
+++ b/pkgs/development/python-modules/psautohint/default.nix
@@ -7,7 +7,7 @@
 
 buildPythonPackage rec {
   pname = "psautohint";
-  version = "2.2.0";
+  version = "2.3.0";
 
   disabled = pythonOlder "3.6";
 
@@ -15,7 +15,7 @@ buildPythonPackage rec {
     owner = "adobe-type-tools";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0gsgfr190xy2rnjf1gf7688xrh13ihgq10s19s4rv5hp6pmg9iaa";
+    sha256 = "1y7mqc2myn1gfzg4h018f8xza0q535shnqg6snnaqynz20i8jcfh";
     fetchSubmodules = true; # data dir for tests
   };