aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-05-10 18:39:25 +0200
committerLudovic Courtès <ludo@gnu.org>2023-05-18 19:51:37 +0200
commitc6cc554c5e3ee47a272f41bb6fe0ac1dc2b6ab7f (patch)
tree515fac973d73cb083d993ed2c0d20ee4df9d12b9 /gnu
parent92a899ed985c60ffc199d8465ddbc03d285365ce (diff)
downloadguix-c6cc554c5e3ee47a272f41bb6fe0ac1dc2b6ab7f.tar
guix-c6cc554c5e3ee47a272f41bb6fe0ac1dc2b6ab7f.tar.gz
gnu: btrfs-progs: Update to 6.3.
* gnu/packages/linux.scm (btrfs-progs): Update to 6.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 38d7a041e0..1affe9bc87 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5913,7 +5913,7 @@ and copy/paste text in the console and in xterm.")
(define-public btrfs-progs
(package
(name "btrfs-progs")
- (version "6.1.2")
+ (version "6.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -5921,7 +5921,7 @@ and copy/paste text in the console and in xterm.")
version ".tar.xz"))
(sha256
(base32
- "0ylxszcsm0jqsa5glccd1pv3rcfk1f5wjcf3ayxc0r9xgzcngrkb"))))
+ "0zbampc47nq3h8as3rda2apns5sj93ywxnrkal74kjvyg3zvv820"))))
(build-system gnu-build-system)
(outputs '("out" "static")) ;static versions of the binaries in "out"
(arguments