fromager: 0.47.0 -> 0.59.0

+5 -4
+5 -4
pkgs/by-name/fr/fromager/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "fromager"; 9 - version = "0.47.0"; 9 + version = "0.59.0"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "python-wheel-build"; 14 14 repo = "fromager"; 15 15 tag = version; 16 - hash = "sha256-Jw5fOhY4WOwYG5QPCcsT6+BicGtqz9UrHcpPsPQlOWc="; 16 + hash = "sha256-aKoZKpzgJ3e5JRYSSeLmLlji1Fj8omxvwGZfNXDOhLs="; 17 17 }; 18 18 19 19 build-system = with python3.pkgs; [ 20 - setuptools 21 - setuptools-scm 20 + hatchling 21 + hatch-vcs 22 22 ]; 23 23 24 24 dependencies = with python3.pkgs; [ ··· 32 32 pyproject-hooks 33 33 pyyaml 34 34 requests 35 + requests-mock 35 36 resolvelib 36 37 rich 37 38 setuptools