mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
python312Packages.hatchling: 1.24.2 -> 1.25.0
https://github.com/pypa/hatch/releases/tag/hatchling-v1.25.0
This commit is contained in:
parent
d1c243dca5
commit
13e3abfd43
@ -21,13 +21,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "hatchling";
|
||||
version = "1.24.2";
|
||||
version = "1.25.0";
|
||||
format = "pyproject";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Qd3CfNsl2573tovvB1+CnITLNJqhv/gkB5fQElEFR7A=";
|
||||
hash = "sha256-cGRjGlEmELUiUKTT/xvYFVHW0UMcTre3LnNN9sdPQmI=";
|
||||
};
|
||||
|
||||
# listed in backend/pyproject.toml
|
||||
|
Loading…
Reference in New Issue
Block a user