Skip to content

Commit 9d0ca0f

Browse files
committed
python3Packages.craft-platforms: 0.6.0 -> 0.7.0
1 parent 4c3d61f commit 9d0ca0f

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.6.0";
17+
version = "0.7.0";
1818
pyproject = true;
1919

2020
disabled = pythonOlder "3.10";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
2323
owner = "canonical";
2424
repo = "craft-platforms";
2525
tag = version;
26-
hash = "sha256-/mnRFw79YMG34/0aQMi237KMNxWanyJixkEKq+zaSuE=";
26+
hash = "sha256-BFs+LqcJWqKMgEr7IzyP5qME+zaV6EFc79ustOB1Cno=";
2727
};
2828

2929
postPatch = ''

0 commit comments

Comments
 (0)