We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02556c5 commit eba873dCopy full SHA for eba873d
pkgs/development/python-modules/hatchling/default.nix
@@ -20,13 +20,13 @@
20
21
buildPythonPackage rec {
22
pname = "hatchling";
23
- version = "1.19.0";
+ version = "1.21.0";
24
format = "pyproject";
25
disabled = pythonOlder "3.8";
26
27
src = fetchPypi {
28
inherit pname version;
29
- hash = "sha256-CFfBdcdODSKcwmeTqudTr85FT+Du2hv4MX+3NypAXYI=";
+ hash = "sha256-XAhncjV6UHI7gl/V2lJ4rH42l833eX0HVBpskLb/dUw=";
30
};
31
32
# listed in backend/pyproject.toml
0 commit comments