Skip to content

Commit 11294e5

Browse files
authored
python312Packages.craft-application: 4.5.0 -> 4.6.0 (NixOS#366590)
2 parents 6f0f5f4 + 055e87a commit 11294e5

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/craft-application

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
buildPythonPackage rec {
3232
pname = "craft-application";
33-
version = "4.5.0";
33+
version = "4.6.0";
3434
pyproject = true;
3535

3636
disabled = pythonOlder "3.10";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
3939
owner = "canonical";
4040
repo = "craft-application";
4141
rev = "refs/tags/${version}";
42-
hash = "sha256-uhIJmoh6++hJinSGjwLwSAgVGQp3CENkE1CSL5t1mvI=";
42+
hash = "sha256-kDujv7iVUvPfP9g3Ofm0Vso+I6qKBOq9NlFpigd6+Tc=";
4343
};
4444

4545
postPatch = ''

0 commit comments

Comments
 (0)