lol

hatch: 1.14.1 -> 1.14.2

R. Ryantm 6fdeaea9 8d16f813

+2 -2
+2 -2
pkgs/by-name/ha/hatch/package.nix
··· 14 15 python3Packages.buildPythonApplication rec { 16 pname = "hatch"; 17 - version = "1.14.1"; 18 pyproject = true; 19 20 src = fetchFromGitHub { 21 owner = "pypa"; 22 repo = "hatch"; 23 tag = "hatch-v${version}"; 24 - hash = "sha256-101R5x4jAfMYrdE3OWWqGmkPWRI9rSMYr+Lye9NCbA4="; 25 }; 26 27 patches = [ (replaceVars ./paths.patch { uv = lib.getExe python3Packages.uv; }) ];
··· 14 15 python3Packages.buildPythonApplication rec { 16 pname = "hatch"; 17 + version = "1.14.2"; 18 pyproject = true; 19 20 src = fetchFromGitHub { 21 owner = "pypa"; 22 repo = "hatch"; 23 tag = "hatch-v${version}"; 24 + hash = "sha256-LrfPDgpb9AQsaiYVb2MNdOfoIBbStZMKmESCbVhfn+s="; 25 }; 26 27 patches = [ (replaceVars ./paths.patch { uv = lib.getExe python3Packages.uv; }) ];