about summary refs log tree commit diff
path: root/pkgs/development/python-modules/psautohint
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-11-07 15:18:21 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-11-07 15:18:21 +0100
commitfa5367f2cb3e1205953937aec936736ec8e4cb91 (patch)
tree0980b47989f3d2e86ea6e894a5cba410b262365e /pkgs/development/python-modules/psautohint
parentda04a8e39741bbf336344b75b9842f2a7dc76ac1 (diff)
pythonPackages.psautohint: 2.1.1 → 2.1.2
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 b439c05f0b87e..fb9237c893448 100644
--- a/pkgs/development/python-modules/psautohint/default.nix
+++ b/pkgs/development/python-modules/psautohint/default.nix
@@ -6,14 +6,14 @@
 
 buildPythonPackage rec {
   pname = "psautohint";
-  version = "2.1.1";
+  version = "2.1.2";
 
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner  = "adobe-type-tools";
     repo   = pname;
-    sha256 = "00n9bycjmvx1fb4332bdj53f01q86ajndrvid9idpiyzybmd5vp4";
+    sha256 = "1s2l54gzn11y07zaggprwif7r3ia244qijjhkbvjdx4jsgc5df8n";
     rev    = "v${version}";
     fetchSubmodules = true; # data dir for tests
   };