python312Packages.etils: 1.11.0 -> 1.12.2 (#384326)

This commit is contained in:
Weijia Wang 2025-03-26 09:55:04 +01:00 committed by GitHub
commit 28f541ba59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ];