Commit 0d6e647a authored by Palmer Cox's avatar Palmer Cox
Browse files

python312Packages.schema-salad: 8.5.20240410123758 -> 8.5.20240503091721

parent e6b776cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

buildPythonPackage rec {
  pname = "schema-salad";
  version = "8.5.20240410123758";
  version = "8.5.20240503091721";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    owner = "common-workflow-language";
    repo = "schema_salad";
    rev = "refs/tags/${version}";
    hash = "sha256-AgXqeiA4sP7KBnUpb2uMWq45G0LhJ5uLtORrOG4UuB0=";
    hash = "sha256-VbEIkWzg6kPnJWqbvlfsD83oS0VQasGQo+pUIPiGjhU=";
  };

  postPatch = ''