python3Packages.hatchling: 1.27.0 -> 1.28.0
https://github.com/pypa/hatch/releases/tag/hatchling-v1.28.0
This commit is contained in:
@@ -21,12 +21,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "hatchling";
|
||||
version = "1.27.0";
|
||||
version = "1.28.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-lxwpbZgZq7OBERL8UsepdRyNOBiY82Uzuxb5eR6UH9Y=";
|
||||
hash = "sha256-TVCwKuzmiSuM0LPObILLIYWU0+xYNtvedb9BohqwBMg=";
|
||||
};
|
||||
|
||||
# listed in backend/pyproject.toml
|
||||
|
||||
Reference in New Issue
Block a user