gnu: btrfs-progs: Update to 6.16.

* gnu/packages/linux.scm (btrfs-progs): Update to 6.16.

Change-Id: I1da04b343002fd65729b2d597995f98d337f6974
This commit is contained in:
Leo Famulari 2025-09-04 11:30:55 -04:00
parent a5c5139bf7
commit 616163d966
No known key found for this signature in database
GPG key ID: 6AAC1963757F47FF

View file

@ -7205,7 +7205,7 @@ and copy/paste text in the console and in xterm.")
(define-public btrfs-progs
(package
(name "btrfs-progs")
(version "6.15")
(version "6.16")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/kernel/"
@ -7213,7 +7213,7 @@ and copy/paste text in the console and in xterm.")
version ".tar.xz"))
(sha256
(base32
"1fvlyv78g65y6dv2vrgp1rj7ikkqav8cmwgchf6xi7qrsa6l5njp"))))
"1ibg8qrsxzw4qjnsl5da1qz10m1zv3yx2jxd4jl1h9kwfgw31a9i"))))
(build-system gnu-build-system)
(outputs '("out" "static")) ;static versions of the binaries in "out"
(arguments