Merge pull request #106510 from r-ryantm/auto-update/python3.7-prance

python37Packages.prance: 0.19.0 -> 0.20.0
This commit is contained in:
Mario Rodas 2020-12-13 20:53:11 -05:00 committed by GitHub
commit 81ab4a4716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,11 +15,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "prance"; pname = "prance";
version = "0.19.0"; version = "0.20.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0ffpfny3z8v3g0drirm27qafafbbvbc4h5k8v7yiwirnh0vn9v46"; sha256 = "f7e98b0f7e8ef0dd581c40d8a3e869e15e74b08026b862c3212447f8aa2426a7";
}; };
buildInputs = [ buildInputs = [