Merge pull request #190418 from r-ryantm/auto-update/python3.10-wktutils

python310Packages.wktutils: 1.1.5 -> 1.1.6
This commit is contained in:
Fabian Affolter 2022-09-09 12:05:56 +02:00 committed by GitHub
commit f49dad4f20
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.5";
version = "1.1.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "asfadmin";
repo = "Discovery-WKTUtils";
rev = "refs/tags/v${version}";
hash = "sha256-nAmU51f7K2n69G/vlLTji9EpMU1ynUpj/bZVZsaDEwM=";
hash = "sha256-PFeIMIFOff9ztdmIP7jcFzKkmhm01G0QnDm20AafUsg=";
};
propagatedBuildInputs = [