python3Packages.hatchling: 1.22.4 -> 1.24.1

https://github.com/pypa/hatch/releases/tag/hatchling-v1.24.1
This commit is contained in:
Martin Weinelt
2024-04-22 14:00:02 +02:00
parent 2bba5c5061
commit bbcab64b6a
@@ -20,13 +20,13 @@
buildPythonPackage rec {
pname = "hatchling";
version = "1.22.4";
version = "1.24.1";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-ii3OyW1/uEg4LvWEjlrEP9rmQfNaCKP6tRFr1JXzQW4=";
hash = "sha256-UfhhiR6YxAROtFUWOnN+XSMo16p0iQsYLbLYD+4ipJc=";
};
# listed in backend/pyproject.toml