python3Packages.pycares: 4.0.0 -> 4.1.2

This commit is contained in:
Fabian Affolter 2021-10-19 16:51:13 +02:00
parent cb10e4ddf6
commit bbbd18fbdf

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "pycares";
version = "4.0.0";
version = "4.1.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-0BVPxXU7CIdY++ybwTfhsku4T8DGoJclyLrCWjQjEc0=";
sha256 = "sha256-A0kL4Oe1GgyAc/h3vsNH7/MQA/ZPV9lRjUGdk2lFKDc=";
};
buildInputs = [