gnu: btrfs-progs: Update to 4.13.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.13.1. [inputs]: Add zstd.
This commit is contained in:
parent
ea1cd554cc
commit
e2937a5551
|
@ -3176,7 +3176,7 @@ and copy/paste text in the console and in xterm.")
|
||||||
(define-public btrfs-progs
|
(define-public btrfs-progs
|
||||||
(package
|
(package
|
||||||
(name "btrfs-progs")
|
(name "btrfs-progs")
|
||||||
(version "4.13")
|
(version "4.13.1")
|
||||||
(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/"
|
||||||
|
@ -3184,7 +3184,7 @@ and copy/paste text in the console and in xterm.")
|
||||||
"btrfs-progs-v" version ".tar.xz"))
|
"btrfs-progs-v" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17m67jm29phfvkmd72lxb1z9nymn9a9pqnja8zfb1mvflsqwbz3m"))))
|
"1clavvrlkswgicqsm2yfsxqw04lsn8dra0db84jqm6j2apz80kz0"))))
|
||||||
(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"
|
||||||
|
@ -3212,8 +3212,9 @@ and copy/paste text in the console and in xterm.")
|
||||||
("libblkid:static" ,util-linux "static")
|
("libblkid:static" ,util-linux "static")
|
||||||
("libuuid" ,util-linux)
|
("libuuid" ,util-linux)
|
||||||
("libuuid:static" ,util-linux "static")
|
("libuuid:static" ,util-linux "static")
|
||||||
|
("lzo" ,lzo)
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
("lzo" ,lzo)))
|
("zstd" ,zstd)))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
("asciidoc" ,asciidoc)
|
("asciidoc" ,asciidoc)
|
||||||
("xmlto" ,xmlto)
|
("xmlto" ,xmlto)
|
||||||
|
|
Loading…
Reference in New Issue