guix_mirror_bot pushed a commit to branch kernel-updates in repository guix.
commit d1dd5c34e3cbb9f2d6c7f23e50abd0a154395d8f Author: Vagrant Cascadian <[email protected]> AuthorDate: Sat Jan 10 13:39:26 2026 -0800 gnu: reform-debian-packages-for-6.17: Update to 2023-07-10-496-gd25e032. * gnu/packages/linux.scm (reform-debian-packages-for-6.17): Update to 2023-07-10-496-gd25e032. (reform-debian-packages): Remove obsolete variable. Signed-off-by: Vagrant Cascadian <[email protected]> --- gnu/packages/linux.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index bc7924a2d1..07612f292a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1547,16 +1547,16 @@ Linux kernel. It has been modified to remove all non-free binary blobs.") (define-public reform-debian-packages-for-6.17 (package (name "reform-debian-packages") - (version "2023-07-10-485-g133081d") ;from git describe + (version "2023-07-10-496-gd25e032") ;from git describe (source (origin (method git-fetch) (uri (git-reference (url "https://source.mnt.re/reform/reform-debian-packages.git") - (commit "133081db414ee31ea2751e5152223859d709751f"))) + (commit "d25e032b53d231c43d23248518e9bba681858739"))) (file-name (git-file-name name version)) (sha256 - (base32 "06234a91mkriyx8afm6dppr35r47wsm61dacwixlna22zbxgicgc")))) + (base32 "1pyf7lfkjwa244bq7kqbg0ri4bn6n5l0siy9g4igw3nhrll57d5a")))) (build-system copy-build-system) (arguments (list
