about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-06-28 09:06:18 +0200
committerGitHub <noreply@github.com>2022-06-28 09:06:18 +0200
commit3685112e65364251c18350a6619f272672aca792 (patch)
treef1034aa6eb3a3303cf5644e696580024c6b70afe /pkgs
parenta0288f878a0dea1373b5be5f1147795e9e91d335 (diff)
parent0199880d19ceb214258ad46e5ae93f0d83719433 (diff)
Merge pull request #179384 from fabaff/wktutils-bump
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 = [