mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a5c5139bf7
commit
616163d966
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue