diff options
| author | Leo Famulari <leo@famulari.name> | 2016-07-29 18:26:16 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2016-07-29 18:58:48 -0400 |
| commit | 48b7e4a6c12d48106dec3481a0e7e38e5b65e6c8 (patch) | |
| tree | e77ca3e78d29dec1cf449c31a09be21a8c981369 /gnu | |
| parent | 9bdf56dc1349d1759fc670ff8715de25de0f0a9c (diff) | |
gnu: btrfs-progs: Update to 4.6.1
* gnu/packages/linux.scm (btrfs-progs): Update to 4.6.1.
[native-inputs]: Add WHICH.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/linux.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2c92f30802e..fad5a63cb21 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -2576,7 +2576,7 @@ and copy/paste text in the console and in xterm.") | |||
| 2576 | (define-public btrfs-progs | 2576 | (define-public btrfs-progs |
| 2577 | (package | 2577 | (package |
| 2578 | (name "btrfs-progs") | 2578 | (name "btrfs-progs") |
| 2579 | (version "4.5.3") | 2579 | (version "4.6.1") |
| 2580 | (source (origin | 2580 | (source (origin |
| 2581 | (method url-fetch) | 2581 | (method url-fetch) |
| 2582 | (uri (string-append "mirror://kernel.org/linux/kernel/" | 2582 | (uri (string-append "mirror://kernel.org/linux/kernel/" |
| @@ -2584,7 +2584,7 @@ and copy/paste text in the console and in xterm.") | |||
| 2584 | "btrfs-progs-v" version ".tar.xz")) | 2584 | "btrfs-progs-v" version ".tar.xz")) |
| 2585 | (sha256 | 2585 | (sha256 |
| 2586 | (base32 | 2586 | (base32 |
| 2587 | "1lzbw275xgv69v4z8hmsf3jnip38116hxhkpv0madk8wv049drz6")))) | 2587 | "06c9l6m3w29dndk17jrlpgr01wykl10h34zva8zc2c571z6mrlaf")))) |
| 2588 | (build-system gnu-build-system) | 2588 | (build-system gnu-build-system) |
| 2589 | (arguments | 2589 | (arguments |
| 2590 | '(#:test-target "test" | 2590 | '(#:test-target "test" |
| @@ -2600,7 +2600,8 @@ and copy/paste text in the console and in xterm.") | |||
| 2600 | ;; For building documentation | 2600 | ;; For building documentation |
| 2601 | ("libxml2" ,libxml2) | 2601 | ("libxml2" ,libxml2) |
| 2602 | ("docbook-xml" ,docbook-xml) | 2602 | ("docbook-xml" ,docbook-xml) |
| 2603 | ("docbook-xsl" ,docbook-xsl))) | 2603 | ("docbook-xsl" ,docbook-xsl) |
| 2604 | ("which" ,which))) | ||
| 2604 | (home-page "https://btrfs.wiki.kernel.org/") | 2605 | (home-page "https://btrfs.wiki.kernel.org/") |
| 2605 | (synopsis "Create and manage btrfs copy-on-write file systems") | 2606 | (synopsis "Create and manage btrfs copy-on-write file systems") |
| 2606 | (description "Btrfs is a copy-on-write (CoW) filesystem for Linux aimed at | 2607 | (description "Btrfs is a copy-on-write (CoW) filesystem for Linux aimed at |
