fromager: 0.46.1 -> 0.47.0 (#414262)

Co-authored-by: booxter <ihar@redhat.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-10 01:30:00 +00:00 committed by GitHub
commit 2a2843774d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "fromager";
version = "0.46.1";
version = "0.47.0";
pyproject = true;
src = fetchFromGitHub {
owner = "python-wheel-build";
repo = "fromager";
tag = version;
hash = "sha256-SBb5gWV8/t3oRAR2R5T72DW1LKrxXXH6yho9l7agsNI=";
hash = "sha256-Jw5fOhY4WOwYG5QPCcsT6+BicGtqz9UrHcpPsPQlOWc=";
};
build-system = with python3.pkgs; [