fromager: 0.46.1 -> 0.47.0 (#414262)

Co-authored-by: booxter <ihar@redhat.com>

authored by nixpkgs-merge-bot[bot] booxter and committed by GitHub 2a284377 9da43e25

+2 -2
+2 -2
pkgs/by-name/fr/fromager/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "fromager"; 9 - version = "0.46.1"; 9 + version = "0.47.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-SBb5gWV8/t3oRAR2R5T72DW1LKrxXXH6yho9l7agsNI="; 16 + hash = "sha256-Jw5fOhY4WOwYG5QPCcsT6+BicGtqz9UrHcpPsPQlOWc="; 17 17 }; 18 18 19 19 build-system = with python3.pkgs; [