3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #190347 from r-ryantm/auto-update/python3.10-Eve

python310Packages.eve: 2.0 -> 2.0.1
This commit is contained in:
Mario Rodas 2022-09-08 10:19:54 -05:00 committed by GitHub
commit 9d1ee88023
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "Eve";
version = "2.0";
version = "2.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-KVKUSPGGLXOusflL4OjzXdJDGi66q+895qvtaBrSFG8=";
sha256 = "sha256-34dfYd1DSMAHSB0w6T8YPSQA3GUCgcNEFOD5sM+SapQ=";
};
disabled = pythonOlder "3.7";