gnu: btrfs-progs: Update to 4.13.

* gnu/packages/linux.scm (btrfs-progs): Update 4.13.
[native-inputs]: Add acl.
This commit is contained in:
Tobias Geerinckx-Rice 2017-09-10 01:27:16 +02:00
parent 67a37c6311
commit bc64676c46
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3146,7 +3146,7 @@ (define-public gpm
(define-public btrfs-progs (define-public btrfs-progs
(package (package
(name "btrfs-progs") (name "btrfs-progs")
(version "4.12") (version "4.13")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kernel.org/linux/kernel/" (uri (string-append "mirror://kernel.org/linux/kernel/"
@ -3154,7 +3154,7 @@ (define-public btrfs-progs
"btrfs-progs-v" version ".tar.xz")) "btrfs-progs-v" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1kif8xw2dbyc70ygkp0wyq4x96p1mkwdv4430f99qllx9b410xwi")))) "17m67jm29phfvkmd72lxb1z9nymn9a9pqnja8zfb1mvflsqwbz3m"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" (outputs '("out"
"static")) ; static versions of the binaries in "out" "static")) ; static versions of the binaries in "out"
@ -3185,6 +3185,7 @@ (define-public btrfs-progs
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("docbook-xsl" ,docbook-xsl) ("docbook-xsl" ,docbook-xsl)
;; For tests. ;; For tests.
("acl" ,acl)
("which" ,which))) ("which" ,which)))
(home-page "https://btrfs.wiki.kernel.org/") (home-page "https://btrfs.wiki.kernel.org/")
(synopsis "Create and manage btrfs copy-on-write file systems") (synopsis "Create and manage btrfs copy-on-write file systems")