This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8e6f34a4c5 gnu: btrfs-progs: Update to 7.0
8e6f34a4c5 is described below

commit 8e6f34a4c5526b245d67c3efd957277401318046
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Wed May 20 17:55:05 2026 +0200

    gnu: btrfs-progs: Update to 7.0
    
    * gnu/packages/linux.scm (btrfs-progs): Update to 7.0.
    
    Change-Id: I1ffa4f2b2564c64a802ef38c9a180312a3d1ee6a
    Signed-off-by: Vagrant Cascadian <[email protected]>
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a1c270e3e9..6d3f55e606 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7579,7 +7579,7 @@ performance mode, and custom scripts.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "6.16")
+    (version "7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -7587,7 +7587,7 @@ performance mode, and custom scripts.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1ibg8qrsxzw4qjnsl5da1qz10m1zv3yx2jxd4jl1h9kwfgw31a9i"))))
+                "16cs5n1hm06ppkylkd9p7v13wdc0sb7y85xll0kj7mxwdj3xd1n2"))))
     (build-system gnu-build-system)
     (outputs '("out" "static")) ;static versions of the binaries in "out"
     (arguments

Reply via email to