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
1 changed files with 2 additions and 2 deletions

View File

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