1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

python312Packages.etils: 1.9.2 -> 1.9.3 (#338554)

This commit is contained in:
OTABI Tomoya 2024-09-05 12:00:07 +09:00 committed by GitHub
commit f04a5123a3
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.9.2";
version = "1.9.3";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-FdzTWsDAzCQEtGrAhGrzzE6Hb9PYDzb1eVHifoudY3k=";
hash = "sha256-qjt6hF3jwbabMMoHBG6MT9LoXsvmBKpL8Y6pPnsxhPA=";
};
nativeBuildInputs = [ flit-core ];