gnu: btrfs-progs: Update to 5.1.1.

* gnu/packages/linux.scm (btrfs-progs): Update to 5.1.1.
This commit is contained in:
Rutger Helling 2019-07-02 13:45:16 +02:00
parent 697df13f61
commit 35a16f5f6d
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -3544,7 +3544,7 @@ (define-public gpm
(define-public btrfs-progs
(package
(name "btrfs-progs")
(version "5.1")
(version "5.1.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/kernel/"
@ -3552,7 +3552,7 @@ (define-public btrfs-progs
"btrfs-progs-v" version ".tar.xz"))
(sha256
(base32
"0dgh56pamav8wb9nmabjwdlpcazvqc9pgzwablxn77mqh0qrhkaq"))))
"06xybs7rglxjqkbzl2409acb3rgmnc5zc0xhyaxsc2p1x5yipfcw"))))
(build-system gnu-build-system)
(outputs '("out"
"static")) ; static versions of the binaries in "out"