mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
python311Packages.hatchling: 1.18.0 -> 1.19.0
https://github.com/pypa/hatch/releases/tag/hatchling-v1.19.0
This commit is contained in:
parent
2884f6262b
commit
a943bb721c
@ -20,13 +20,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "hatchling";
|
||||
version = "1.18.0";
|
||||
version = "1.19.0";
|
||||
format = "pyproject";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-UOmcMRDOCvw/e9ut/xxxwXdY5HZzHCdgeUDPpmhkico=";
|
||||
hash = "sha256-CFfBdcdODSKcwmeTqudTr85FT+Du2hv4MX+3NypAXYI=";
|
||||
};
|
||||
|
||||
# listed in backend/pyproject.toml
|
||||
|
Loading…
Reference in New Issue
Block a user