guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: btrfs-progs: Update to 4.6.1


From: Leo Famulari
Subject: 01/01: gnu: btrfs-progs: Update to 4.6.1
Date: Fri, 29 Jul 2016 22:58:59 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 48b7e4a6c12d48106dec3481a0e7e38e5b65e6c8
Author: Leo Famulari <address@hidden>
Date:   Fri Jul 29 18:26:16 2016 -0400

    gnu: btrfs-progs: Update to 4.6.1
    
    * gnu/packages/linux.scm (btrfs-progs): Update to 4.6.1.
    [native-inputs]: Add WHICH.
---
 gnu/packages/linux.scm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2c92f30..fad5a63 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.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "4.5.3")
+    (version "4.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -2584,7 +2584,7 @@ and copy/paste text in the console and in xterm.")
                                   "btrfs-progs-v" version ".tar.xz"))
               (sha256
                (base32
-                "1lzbw275xgv69v4z8hmsf3jnip38116hxhkpv0madk8wv049drz6"))))
+                "06c9l6m3w29dndk17jrlpgr01wykl10h34zva8zc2c571z6mrlaf"))))
     (build-system gnu-build-system)
     (arguments
      '(#:test-target "test"
@@ -2600,7 +2600,8 @@ and copy/paste text in the console and in xterm.")
                      ;; For building documentation
                      ("libxml2" ,libxml2)
                      ("docbook-xml" ,docbook-xml)
-                     ("docbook-xsl" ,docbook-xsl)))
+                     ("docbook-xsl" ,docbook-xsl)
+                     ("which" ,which)))
     (home-page "https://btrfs.wiki.kernel.org/";)
     (synopsis "Create and manage btrfs copy-on-write file systems")
     (description "Btrfs is a copy-on-write (CoW) filesystem for Linux aimed at



reply via email to

[Prev in Thread] Current Thread [Next in Thread]