From 3badee792598d5093b8080a2bcd1c368c2176d09 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:14:51 +0100 Subject: [PATCH] python3Packages.craft-parts: 2.1.4 -> 2.2.2 https://github.com/canonical/craft-parts/releases/tag/2.2.2 --- pkgs/development/python-modules/craft-parts/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/craft-parts/default.nix b/pkgs/development/python-modules/craft-parts/default.nix index 528c96a91f84..eb462fcb5a98 100644 --- a/pkgs/development/python-modules/craft-parts/default.nix +++ b/pkgs/development/python-modules/craft-parts/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "craft-parts"; - version = "2.1.4"; + version = "2.2.2"; pyproject = true; @@ -32,7 +32,7 @@ buildPythonPackage rec { owner = "canonical"; repo = "craft-parts"; tag = version; - hash = "sha256-z0Om1/0Y6fDFHXB0GKFelmYwNwTH7loTtRjXtmjsjkY="; + hash = "sha256-6ufcay1C2Qv3nnG0augnPWzwBVDMj1ypRwzHRAhHARA="; }; patches = [ ./bash-path.patch ]; @@ -106,7 +106,7 @@ buildPythonPackage rec { meta = { description = "Software artifact parts builder from Canonical"; homepage = "https://github.com/canonical/craft-parts"; - changelog = "https://github.com/canonical/craft-parts/releases/tag/${version}"; + changelog = "https://github.com/canonical/craft-parts/releases/tag/${src.tag}"; license = lib.licenses.lgpl3Only; maintainers = with lib.maintainers; [ jnsgruk ]; platforms = lib.platforms.linux;