Merge pull request #240308 from r-ryantm/auto-update/cloud-init

cloud-init: 23.2 -> 23.2.1
This commit is contained in:
Mario Rodas 2023-06-28 08:03:51 -05:00 committed by GitHub
commit 728d4a34ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,14 +16,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "cloud-init";
version = "23.2";
version = "23.2.1";
namePrefix = "";
src = fetchFromGitHub {
owner = "canonical";
repo = "cloud-init";
rev = "refs/tags/${version}";
hash = "sha256-/bhezXS5GunlgID7e/QaTC4UsQ2hDvS5HnG8Wphk64k=";
hash = "sha256-2e05ExF6JOeFR0BUd/iCIYV0XoKTgoI7xz20GQ/bmO4=";
};
patches = [
@ -127,6 +127,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
homepage = "https://github.com/canonical/cloud-init";
description = "Provides configuration and customization of cloud instance";
changelog = "https://github.com/canonical/cloud-init/raw/${version}/ChangeLog";
license = with licenses; [ asl20 gpl3Plus ];
maintainers = with maintainers; [ illustris jfroche ];
platforms = platforms.all;