Skip to content

Commit

Permalink
python312Packages.craft-platforms: 0.4.0 -> 0.5.0 (NixOS#366930)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk authored Dec 20, 2024
2 parents e7d1fdf + af37213 commit 93912e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/craft-platforms/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "craft-platforms";
version = "0.4.0";
version = "0.5.0";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-platforms";
rev = "refs/tags/${version}";
hash = "sha256-MzHjnOvsloT1Vf5NjI5jyFBvCo3v5ovvpWuwOJ/O/0A=";
hash = "sha256-P7GC+t/rs49/a85Bxy6x4cRyCEaHG4b7SIb85sMj7Yk=";
};

postPatch = ''
Expand Down

0 comments on commit 93912e6

Please sign in to comment.