Martin Weinelt 2024-03-24 02:44:57 +01:00
parent f7c4bb3f00
commit e06f4af9fb
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -20,13 +20,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "hatchling"; pname = "hatchling";
version = "1.21.1"; version = "1.22.4";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-u6RARToiTn1EeEV/oujYw2M3Zbr6Apdaa1O5v5F5gLw="; hash = "sha256-ii3OyW1/uEg4LvWEjlrEP9rmQfNaCKP6tRFr1JXzQW4=";
}; };
# listed in backend/pyproject.toml # listed in backend/pyproject.toml