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


From: Leo Famulari
Subject: 01/01: gnu: btrfs-progs: Update to 4.5.3.
Date: Fri, 20 May 2016 01:08:21 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 0fc4a8afbad8783d4d0eb5ef50d57eb884afc8e1
Author: Leo Famulari <address@hidden>
Date:   Thu May 19 21:04:22 2016 -0400

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

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ba8dce0..08936f6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2551,7 +2551,7 @@ and copy/paste text in the console and in xterm.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "4.5.1")
+    (version "4.5.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -2559,7 +2559,7 @@ and copy/paste text in the console and in xterm.")
                                   "btrfs-progs-v" version ".tar.xz"))
               (sha256
                (base32
-                "1znf2zhb56zbmdjk3lq107678xwsqwc5gczspypmc5i31qnppy7f"))))
+                "1lzbw275xgv69v4z8hmsf3jnip38116hxhkpv0madk8wv049drz6"))))
     (build-system gnu-build-system)
     (arguments
      '(#:test-target "test"



reply via email to

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