python310Packages.schema-salad: 8.3.20230109181936 -> 8.4.20230127112827 (#212986)

This commit is contained in:
R. RyanTM 2023-01-28 09:07:23 -08:00 committed by GitHub
parent c43da01be5
commit 6ea387bf37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "schema-salad";
version = "8.3.20230109181936";
version = "8.4.20230127112827";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4PuPvnk92kITPzdGQr6fGvFlG7+zyjfjQdiGbWld5Fo=";
hash = "sha256-nptZTNveutV9bGSkDPWLfiBusZblVqd/5m7DN4HwGJY=";
};
nativeBuildInputs = [