guix_mirror_bot pushed a commit to branch kernel-updates
in repository guix.

commit f727a55d624d164948ca18d784cf469d1da87ed2
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Mon Feb 9 14:35:23 2026 -0800

    gnu: reform-debian-packages-for-6.18: Update to 2023-07-10-525-g7e8a95c.
    
    * gnu/packages/linux.scm (reform-debian-packages-for-6.18): Update to
    2023-07-10-525-g7e8a95c.
    
    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 216d815d8a..aec58d9e74 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1539,16 +1539,16 @@ Linux kernel.  It has been modified to remove all 
non-free binary blobs.")
 (define-public reform-debian-packages-for-6.18
   (package
     (name "reform-debian-packages")
-    (version "2023-07-10-515-gc527a1d") ;from git describe
+    (version "2023-07-10-525-g7e8a95c") ;from git describe
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://source.mnt.re/reform/reform-debian-packages.git";)
-             (commit "c527a1d0e548dfb9d7c28bb2c78907230efa4314")))
+             (commit "7e8a95c7babd9e1f4b307b6d146e0846c65fc9b8")))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vfq46s4mxc94sdm5i15kj51s6cwjgg5xijag5g5hcqzi29hpclm"))))
+        (base32 "0g7lm7bfsjn6y77i1gk6wgpmghd36s3axqdqr1ahl9vhzw03cx0g"))))
     (build-system copy-build-system)
     (arguments
      (list

Reply via email to