python310Packages.etils: 0.6.0 -> 0.7.1

This commit is contained in:
R. Ryantm 2022-08-11 23:44:17 +00:00
parent f2c28f668c
commit 8ed129bef9

View file

@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "etils";
version = "0.6.0";
version = "0.7.1";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ZnckEFGDXQ2xHElHvK2Tj1e1HqECKQYk+JLx5OUbcOU=";
hash = "sha256-IHwJfdQYDV5asce37ni3v5Rx4SU03qziOx05LevSkvM=";
};
nativeBuildInputs = [