3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.eve: 2.0 -> 2.0.1

This commit is contained in:
R. Ryantm 2022-09-08 14:53:39 +00:00
parent ad2aac1e24
commit cba61579f6

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";