hatch: 1.14.1 -> 1.14.2
This commit is contained in:
@@ -14,14 +14,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "hatch";
|
pname = "hatch";
|
||||||
version = "1.14.1";
|
version = "1.14.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pypa";
|
owner = "pypa";
|
||||||
repo = "hatch";
|
repo = "hatch";
|
||||||
tag = "hatch-v${version}";
|
tag = "hatch-v${version}";
|
||||||
hash = "sha256-101R5x4jAfMYrdE3OWWqGmkPWRI9rSMYr+Lye9NCbA4=";
|
hash = "sha256-LrfPDgpb9AQsaiYVb2MNdOfoIBbStZMKmESCbVhfn+s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ (replaceVars ./paths.patch { uv = lib.getExe python3Packages.uv; }) ];
|
patches = [ (replaceVars ./paths.patch { uv = lib.getExe python3Packages.uv; }) ];
|
||||||
|
|||||||
Reference in New Issue
Block a user