Skip to content

Commit eba873d

Browse files
mweinelttm-drtina
authored andcommitted
1 parent 02556c5 commit eba873d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/hatchling/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
buildPythonPackage rec {
2222
pname = "hatchling";
23-
version = "1.19.0";
23+
version = "1.21.0";
2424
format = "pyproject";
2525
disabled = pythonOlder "3.8";
2626

2727
src = fetchPypi {
2828
inherit pname version;
29-
hash = "sha256-CFfBdcdODSKcwmeTqudTr85FT+Du2hv4MX+3NypAXYI=";
29+
hash = "sha256-XAhncjV6UHI7gl/V2lJ4rH42l833eX0HVBpskLb/dUw=";
3030
};
3131

3232
# listed in backend/pyproject.toml

0 commit comments

Comments
 (0)