python310Packages.schema-salad: 8.3.20221209165047 -> 8.3.20230109181936

This commit is contained in:
R. Ryantm 2023-01-16 02:32:26 +00:00
parent 876b1d46f8
commit c14ed822f1

View file

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