python3Packages.etils: 0.7.1 -> 0.8.0

This commit is contained in:
Martin Weinelt
2022-09-18 23:57:41 +02:00
parent 4edab54f80
commit ad07650f7c
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "etils";
version = "0.7.1";
version = "0.8.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-IHwJfdQYDV5asce37ni3v5Rx4SU03qziOx05LevSkvM=";
hash = "sha256-0dWve9nHhKJzxOHsz6qP6speBIGghxe1MT+iMdoiqQM=";
};
nativeBuildInputs = [