diff options
author | Leo Famulari <leo@famulari.name> | 2025-05-08 17:10:24 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-05-08 17:10:52 -0400 |
commit | bf3a17ca81538f95af156bb886c06605ccd44c31 (patch) | |
tree | 1fc987f81bdc2ce24046d5733b3c52cc9a548701 | |
parent | 6e8ffdf3c5afac265e540027c2332573b25461ae (diff) | |
download | guix-bf3a17ca81538f95af156bb886c06605ccd44c31.tar.gz guix-bf3a17ca81538f95af156bb886c06605ccd44c31.zip |
gnu: btrfs-progs: Update to 6.14.
* gnu/packages/linux.scm (btrfs-progs): Update to 6.14.
Change-Id: I1c8928ea03a7ea58392f85e129fedde426116e6c
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files 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 |