Skip to content

Commit 8735452

Browse files
committed
python312Packages.craft-platforms: 0.3.1 -> 0.4.0
1 parent 63ded93 commit 8735452

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

1515
buildPythonPackage rec {
1616
pname = "craft-platforms";
17-
version = "0.3.1";
17+
version = "0.4.0";
1818
pyproject = true;
1919

2020
disabled = pythonOlder "3.10";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
2323
owner = "canonical";
2424
repo = "craft-platforms";
2525
rev = "refs/tags/${version}";
26-
hash = "sha256-VDSwvBWoGHcjGCEA4RDVwRzQGNVaphwZu/iaktAweb0=";
26+
hash = "sha256-MzHjnOvsloT1Vf5NjI5jyFBvCo3v5ovvpWuwOJ/O/0A=";
2727
};
2828

2929
postPatch = ''

0 commit comments

Comments
 (0)