3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #186291 from fabaff/fastjsonschema-bump

python310Packages.fastjsonschema: 2.15.3 -> 2.16.2
This commit is contained in:
Robert Scott 2022-08-13 16:37:58 +01:00 committed by GitHub
commit 4ab6931200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "fastjsonschema";
version = "2.15.3";
version = "2.16.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
repo = "python-fastjsonschema";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-WKnjSlKtMGpWKPbPr7hpS6Dg0+9i/nWVYmar0N3Q9Pc=";
sha256 = "sha256-Gojayel/xQ5gRI0nbwsroeSMdRndjb+8EniX1Qs4nbg=";
};
checkInputs = [