lol

hatch: 1.14.1 -> 1.14.2

R. Ryantm 6fdeaea9 8d16f813

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