From 32ebfe33e8080ecf1c3f59e9c1ee8a5efeb57b03 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 25 May 2024 19:57:38 +0000 Subject: [PATCH] python311Packages.craft-parts: 1.30.0 -> 1.31.0 --- pkgs/development/python-modules/craft-parts/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/craft-parts/default.nix b/pkgs/development/python-modules/craft-parts/default.nix index 83fbd2f7bb02..3a137744d68f 100644 --- a/pkgs/development/python-modules/craft-parts/default.nix +++ b/pkgs/development/python-modules/craft-parts/default.nix @@ -27,7 +27,7 @@ buildPythonPackage rec { pname = "craft-parts"; - version = "1.30.0"; + version = "1.31.0"; pyproject = true; @@ -35,7 +35,7 @@ buildPythonPackage rec { owner = "canonical"; repo = "craft-parts"; rev = "refs/tags/${version}"; - hash = "sha256-JEf5JYDBH4Pm5ke++7GkpimM8Ec0dFe1GGxruntjmVE="; + hash = "sha256-DohH81xhUfZI3NfmX6aDaOC/QLiddsxPzrc1vgFECTg="; }; patches = [ ./bash-path.patch ];