python311Packages.craft-parts: 1.30.0 -> 1.31.0

This commit is contained in:
R. Ryantm
2024-05-25 19:57:38 +00:00
parent 72c5e71641
commit 32ebfe33e8
@@ -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 ];