fromager: 0.47.0 -> 0.59.0

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