gnu: btrfs-progs: Update to 5.3.1.

* gnu/packages/linux.scm (btrfs-progs): Update to 5.3.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-28 00:14:26 +01:00
parent 3cbf3f7459
commit ea46f9c97c
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -3901,7 +3901,7 @@ (define-public gpm
(define-public btrfs-progs
(package
(name "btrfs-progs")
(version "5.3")
(version "5.3.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/kernel/"
@ -3909,7 +3909,7 @@ (define-public btrfs-progs
"btrfs-progs-v" version ".tar.xz"))
(sha256
(base32
"13ivb1b627qkiiqxh2y7zawynarkmgxrnwwpqhx6cci621yyqqqp"))))
"0f6s1iwiqbncrvxp74k50s88x6zqf85sjxg04kyni82l1vk1m8xz"))))
(build-system gnu-build-system)
(outputs '("out"
"static")) ; static versions of the binaries in "out"