Skip to content

Commit

Permalink
python312Packages.craft-platforms: 0.3.1 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 26, 2024
1 parent 63ded93 commit 8735452
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.3.1";
version = "0.4.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-VDSwvBWoGHcjGCEA4RDVwRzQGNVaphwZu/iaktAweb0=";
hash = "sha256-MzHjnOvsloT1Vf5NjI5jyFBvCo3v5ovvpWuwOJ/O/0A=";
};

postPatch = ''
Expand Down

0 comments on commit 8735452

Please sign in to comment.