gnu: btrfs-progs: Update to 6.3.2.

* gnu/packages/linux.scm (btrfs-progs): Update to 6.3.2.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-02 02:00:01 +02:00
parent 2ba2e80ee6
commit e2a47c89ad
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5875,7 +5875,7 @@ (define-public gpm
(define-public btrfs-progs
(package
(name "btrfs-progs")
(version "6.3")
(version "6.3.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/kernel/"
@ -5883,7 +5883,7 @@ (define-public btrfs-progs
version ".tar.xz"))
(sha256
(base32
"0zbampc47nq3h8as3rda2apns5sj93ywxnrkal74kjvyg3zvv820"))))
"093wy9dsvp22nwlsk203l91h3yzkccvzdw58n3sicy41sncn3wm9"))))
(build-system gnu-build-system)
(outputs '("out" "static")) ;static versions of the binaries in "out"
(arguments