~ruther/guix-local

616163d966ec80ab06d04c990f2482b952eb4633 — Leo Famulari 7 months ago a5c5139
gnu: btrfs-progs: Update to 6.16.

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

Change-Id: I1da04b343002fd65729b2d597995f98d337f6974
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -2
@@ 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