about summary refs log tree commit diff
path: root/pkgs/development/python-modules/psautohint
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2021-10-05 16:33:37 +0200
committersterni <sternenseemann@systemli.org>2021-11-23 11:45:00 +0100
commite5cc512faea3be4e25744ec67a670bf663483276 (patch)
tree8cba498f0f41e5ffc160fc6d74041fab7c366e0e /pkgs/development/python-modules/psautohint
parentd11ad3e6251c55a63879e9e40dd1f5ad81473916 (diff)
python3Packages.psautohint: 2.3.0 -> 2.3.1
https://github.com/adobe-type-tools/psautohint/blob/master/NEWS.md#v231---july-28-2021
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 ff312cbff891a..3004d5f7a9b92 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.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
   };