lol

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

python37Packages.eve: 1.1.3 -> 1.1.4

authored by

Mario Rodas and committed by
GitHub
83854529 17a9d218

+2 -2
+2 -2
pkgs/development/python-modules/eve/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "Eve"; 14 - version = "1.1.3"; 14 + version = "1.1.4"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "ef335d13b798bc901636643f11455bab8b8698ddfe3a0b67bc251af1fd809b21"; 18 + sha256 = "3a057277bba7144a0c15ab8c737dc8a1002e87e7284847aa011ce122e353418e"; 19 19 }; 20 20 21 21 propagatedBuildInputs = [