hatch: 1.13.0 -> 1.14.0
Diff: https://github.com/pypa/hatch/compare/refs/tags/hatch-v1.13.0...hatch-v1.14.0 Changelog: https://github.com/pypa/hatch/blob/hatch-v1.14.0/docs/history/hatch.md
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "hatch";
|
||||
version = "1.13.0";
|
||||
version = "1.14.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pypa";
|
||||
repo = "hatch";
|
||||
rev = "refs/tags/hatch-v${version}";
|
||||
hash = "sha256-jD8mr0PXlGK9YkBPZhNTimuxmq6dJG7cfQP/UEmHTZY=";
|
||||
tag = "hatch-v${version}";
|
||||
hash = "sha256-JwFPNoFoNqAXkLCGhliLN98VAS+VCwRzo+JqWLIrxsw=";
|
||||
};
|
||||
|
||||
patches = [ (replaceVars ./paths.patch { uv = lib.getExe python3Packages.uv; }) ];
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
fetchFromGitHub,
|
||||
pythonOlder,
|
||||
|
||||
# runtime
|
||||
|
||||
Reference in New Issue
Block a user