python312Packages.schema-salad: 8.5.20240410123758 -> 8.5.20240503091721

This commit is contained in:
Palmer Cox 2024-06-04 17:07:43 -04:00
parent e6b776ccb0
commit 0d6e647a7d

View File

@ -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 = ''