python312Packages.etils: 1.11.0 -> 1.12.2

This commit is contained in:
R. Ryantm
2025-03-19 13:54:34 +00:00
parent 044bc3de8e
commit efa37a2acc
@@ -29,14 +29,14 @@
buildPythonPackage rec {
pname = "etils";
version = "1.11.0";
version = "1.12.2";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-r/Mnijvn/d8wLf2AM16fkkJEZmxxI5zZHoNvPQVfHEo=";
hash = "sha256-xrnh8M5m0bv1T5kgGwimC6OW00RtnrGNS8ObJqLhpe4=";
};
nativeBuildInputs = [ flit-core ];