python3.pkgs.deploykit: 1.0.2 -> 1.1.0

Diff: https://github.com/numtide/deploykit/compare/1.0.2...1.1.0

Changelog: https://github.com/numtide/deploykit/releases/tag/1.1.0
This commit is contained in:
Jörg Thalheim 2023-08-05 09:26:49 +02:00 committed by zowoq
parent 82326d676d
commit 6a921d61b2

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "deploykit";
version = "1.0.2";
version = "1.1.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "numtide";
repo = pname;
rev = version;
hash = "sha256-I1vAefWQBBRNykDw38LTNwdiPFxpPkLzCcevYAXO+Zo=";
hash = "sha256-re7r2K9F5FTTVn84WC+wZX30JA9AXQcHK3pLjYglMs8=";
};
buildInputs = [