python311Packages.hatchling: 1.19.0 -> 1.21.0

https://github.com/pypa/hatch/releases/tag/hatchling-v1.21.0
This commit is contained in:
Martin Weinelt 2023-12-19 23:33:30 +01:00
parent 302a89a2d6
commit c19c944981
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -20,13 +20,13 @@
buildPythonPackage rec {
pname = "hatchling";
version = "1.19.0";
version = "1.21.0";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-CFfBdcdODSKcwmeTqudTr85FT+Du2hv4MX+3NypAXYI=";
hash = "sha256-XAhncjV6UHI7gl/V2lJ4rH42l833eX0HVBpskLb/dUw=";
};
# listed in backend/pyproject.toml