python3.pkgs.deploykit: 1.1.0 -> 1.1.1

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

Changelog: https://github.com/numtide/deploykit/releases/tag/1.1.1
This commit is contained in:
Jörg Thalheim
2023-09-19 08:18:45 +10:00
committed by zowoq
parent 56fac37581
commit d102d7c2ec
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "deploykit";
version = "1.1.0";
version = "1.1.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "numtide";
repo = pname;
rev = version;
hash = "sha256-re7r2K9F5FTTVn84WC+wZX30JA9AXQcHK3pLjYglMs8=";
hash = "sha256-7PiXq1bQJ1jswLHNqCDSYZabgfp8HRuRt5YPGzd5Ej0=";
};
buildInputs = [