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.9.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: btrfs-progs: Update to 4.9.
Date: Fri, 23 Dec 2016 19:29:17 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 41d23dd1e2e6898be84fd9445208ed1bbb73f58d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Dec 23 20:12:37 2016 +0100

    gnu: btrfs-progs: Update to 4.9.
    
    * gnu/packages/linux.scm (btrfs-progs): Update to 4.9.
---
 gnu/packages/linux.scm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 799d00f..fa16ed6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2698,7 +2698,7 @@ and copy/paste text in the console and in xterm.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "4.8.5")
+    (version "4.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -2706,7 +2706,7 @@ and copy/paste text in the console and in xterm.")
                                   "btrfs-progs-v" version ".tar.xz"))
               (sha256
                (base32
-                "1vq83a8sz8dnshbyaghacqvcwv2n1kh53yjv87rxx9dc4b0b2iyj"))))
+                "18y88avadn4wb3xmczd6pfcjr7ik62dw4phk6fmkms2j8vmvl9z2"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "static"))      ; static versions of binaries in "out" (~16MiB!)
@@ -2733,11 +2733,11 @@ and copy/paste text in the console and in xterm.")
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("asciidoc" ,asciidoc)
                      ("xmlto" ,xmlto)
-                     ;; For building documentation
+                     ;; For building documentation.
                      ("libxml2" ,libxml2)
                      ("docbook-xml" ,docbook-xml)
                      ("docbook-xsl" ,docbook-xsl)
-                     ;; For tests
+                     ;; For tests.
                      ("which" ,which)))
     (home-page "https://btrfs.wiki.kernel.org/";)
     (synopsis "Create and manage btrfs copy-on-write file systems")



reply via email to

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