Skip to content

Commit ff57eb8

Browse files
authored
python312Packages.craft-parts: 2.1.2 -> 2.1.3 (#358777)
2 parents 7d819df + 9d96930 commit ff57eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/craft-parts/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525

2626
buildPythonPackage rec {
2727
pname = "craft-parts";
28-
version = "2.1.2";
28+
version = "2.1.3";
2929

3030
pyproject = true;
3131

3232
src = fetchFromGitHub {
3333
owner = "canonical";
3434
repo = "craft-parts";
3535
rev = "refs/tags/${version}";
36-
hash = "sha256-QSD43rTy0GsGoUymhoBv1gdS6TMoln5PNsmeycKnXnw=";
36+
hash = "sha256-ouvl4mIDIWHWp84E1I41g/XnP22kCV55CqsVLit5yb4=";
3737
};
3838

3939
patches = [ ./bash-path.patch ];

0 commit comments

Comments
 (0)