Merge pull request #179384 from fabaff/wktutils-bump

python310Packages.wktutils: 1.1.4 -> 1.1.5
This commit is contained in:
Fabian Affolter 2022-06-28 09:06:18 +02:00 committed by GitHub
commit 3685112e65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [