python3.pkgs.deploykit: 1.0.1 -> 1.0.2

Diff: https://github.com/numtide/deploykit/compare/1.0.1...1.0.2
This commit is contained in:
Jörg Thalheim
2022-12-13 16:54:35 +01:00
parent 91a2d37de0
commit 5b8d33eb30

View File

@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "deploykit";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "numtide";
repo = pname;
rev = version;
hash = "sha256-eKyqsGgnJmF2wUYa7HjC1Jwsh03qVTJEP1MtL7JL4Ts=";
hash = "sha256-I1vAefWQBBRNykDw38LTNwdiPFxpPkLzCcevYAXO+Zo=";
};
buildInputs = [