Skip to content

Commit

Permalink
python311Packages.craft-application: 2.6.0 -> 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 30, 2024
1 parent 8cf34f7 commit be82c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/craft-application/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

buildPythonPackage rec {
pname = "craft-application";
version = "2.6.0";
version = "2.6.1";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-application";
rev = "refs/tags/${version}";
hash = "sha256-zwkbSo20ogq24YtvFOCYICk25XS8FuxRbW5jfX4gDJM=";
hash = "sha256-mWXEc54JsZAl6KD33RF8juzDhFheQOLviJbM1B8RPSo=";
};

postPatch = ''
Expand Down

0 comments on commit be82c87

Please sign in to comment.