lfam pushed a commit to branch master
in repository guix.

commit bf3a17ca81538f95af156bb886c06605ccd44c31
Author: Leo Famulari <l...@famulari.name>
AuthorDate: Thu May 8 17:10:24 2025 -0400

    gnu: btrfs-progs: Update to 6.14.
    
    * gnu/packages/linux.scm (btrfs-progs): Update to 6.14.
    
    Change-Id: I1c8928ea03a7ea58392f85e129fedde426116e6c
---
 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 6b4cbc9578..f1b8b92a59 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6757,7 +6757,7 @@ and copy/paste text in the console and in xterm.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "6.13")
+    (version "6.14")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -6765,7 +6765,7 @@ and copy/paste text in the console and in xterm.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "16pffd6wf1pmdw9rgasyq2qf59y6xh764cml2c0gi5552w8z5cv5"))))
+                "189xgsgdzqqcwm7k1ga33cj107md07w630xd88f2jvmkzh2bhnnz"))))
     (build-system gnu-build-system)
     (outputs '("out" "static")) ;static versions of the binaries in "out"
     (arguments

Reply via email to