about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-06-27 23:25:18 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-06-27 23:25:18 +0200
commit0199880d19ceb214258ad46e5ae93f0d83719433 (patch)
treede966cb7e7ee3d158eb4afaa02ab8285321a95e9 /pkgs
parenta24431e56f3cd4b01db7d71086a782ba29ad87ab (diff)
python310Packages.wktutils: 1.1.4 -> 1.1.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/wktutils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/wktutils/default.nix b/pkgs/development/python-modules/wktutils/default.nix
index a8cd9eb21019f..8d8fe83c527cb 100644
--- a/pkgs/development/python-modules/wktutils/default.nix
+++ b/pkgs/development/python-modules/wktutils/default.nix
@@ -18,7 +18,7 @@
 
 buildPythonPackage rec {
   pname = "wktutils";
-  version = "1.1.4";
+  version = "1.1.5";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
     owner = "asfadmin";
     repo = "Discovery-WKTUtils";
     rev = "refs/tags/v${version}";
-    hash = "sha256-/gcMnZ+wWflbvLlyfIaEoSYaLrsosMyD60ei/5Iis6E=";
+    hash = "sha256-nAmU51f7K2n69G/vlLTji9EpMU1ynUpj/bZVZsaDEwM=";
   };
 
   propagatedBuildInputs = [