Commit 87354529 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.craft-platforms: 0.3.1 -> 0.4.0

parent 63ded93b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

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

  disabled = pythonOlder "3.10";
@@ -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 = ''