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


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: btrfs-progs: Update to 4.12.
Date: Fri, 28 Jul 2017 10:30:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c4b006ba12cd12a1c4971a36303582a096ce0948
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jul 28 16:31:00 2017 +0200

    gnu: btrfs-progs: Update to 4.12.
    
    * gnu/packages/linux.scm (btrfs-progs): Update to 4.12.
    [outputs]: Remove inaccurate comment on size.
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a82d009..e992183 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3093,7 +3093,7 @@ and copy/paste text in the console and in xterm.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "4.11.1")
+    (version "4.12")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -3101,10 +3101,10 @@ and copy/paste text in the console and in xterm.")
                                   "btrfs-progs-v" version ".tar.xz"))
               (sha256
                (base32
-                "0vcp9a0a35chhjhq291kvirqhd4i9w5f4zql4y5n81kbwcrxil6h"))))
+                "1kif8xw2dbyc70ygkp0wyq4x96p1mkwdv4430f99qllx9b410xwi"))))
     (build-system gnu-build-system)
     (outputs '("out"
-               "static"))      ; static versions of binaries in "out" (~16MiB!)
+               "static"))      ; static versions of the binaries in "out"
     (arguments
      '(#:phases (modify-phases %standard-phases
                  (add-after 'build 'build-static



reply via email to

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