Merge pull request #101919 from r-ryantm/auto-update/python3.7-Eve

python37Packages.eve: 1.1.3 -> 1.1.4
This commit is contained in:
Mario Rodas 2020-10-28 07:27:27 -05:00 committed by GitHub
commit 8385452994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "Eve";
version = "1.1.3";
version = "1.1.4";
src = fetchPypi {
inherit pname version;
sha256 = "ef335d13b798bc901636643f11455bab8b8698ddfe3a0b67bc251af1fd809b21";
sha256 = "3a057277bba7144a0c15ab8c737dc8a1002e87e7284847aa011ce122e353418e";
};
propagatedBuildInputs = [