diff options
author | kiasoc5 <kiasoc5@disroot.org> | 2022-11-21 00:45:07 -0500 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2022-11-24 14:15:58 +0800 |
commit | 4a97591d0a13e88037b3073bd891bcdf35352f87 (patch) | |
tree | edba080ee3186d88c6aadd55f131f384743285e6 /gnu/packages/linux.scm | |
parent | 6e142c69bd83cd9a6c846b2fe8f7e885a1225fab (diff) | |
download | guix-4a97591d0a13e88037b3073bd891bcdf35352f87.tar.gz |
gnu: btrfs-progs: Update to 6.0.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 6.0.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages/linux.scm')
-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 eab734683f..a984b45fbc 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5555,7 +5555,7 @@ and copy/paste text in the console and in xterm.") (define-public btrfs-progs (package (name "btrfs-progs") - (version "5.18.1") + (version "6.0.1") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/kernel/" @@ -5563,7 +5563,7 @@ and copy/paste text in the console and in xterm.") "btrfs-progs-v" version ".tar.xz")) (sha256 (base32 - "0mbj3j2fpjds9i9gm8kk8a20yjacc562ibd1v9a96bpmrxfag63f")))) + "0j0w400fg0lbzljmcwq553cv0awixc4k35v7l39jl7l13pznycdm")))) (build-system gnu-build-system) (outputs '("out" "static")) ; static versions of the binaries in "out" |