Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
chore: charmcraft 2.5.3 -> 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Jan 15, 2024
1 parent 73429f5 commit b9fe8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/charmcraft/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}:
let
pname = "charmcraft";
version = "2.5.3";
version = "2.5.4";
in
pkgs.python3Packages.buildPythonApplication {
inherit pname version;
Expand All @@ -13,7 +13,7 @@ pkgs.python3Packages.buildPythonApplication {
owner = "canonical";
repo = pname;
rev = version;
hash = "sha256-7k7d54jq3/X/ywaiiaLWrgXQlrnb8o19j6PRrsAn9b4=";
hash = "sha256-u4Bn2skW2uGz34Yu30qTlDlFUIqB9izhzmZOZr67IcQ=";
};

patches = [
Expand Down

0 comments on commit b9fe8f0

Please sign in to comment.