guix-commits
[Top][All Lists]
Advanced

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

154/285: gnu: btrfs-progs: Update to 5.4.


From: guix-commits
Subject: 154/285: gnu: btrfs-progs: Update to 5.4.
Date: Sun, 29 Dec 2019 20:44:20 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit b3f512f9eceb9dc3697b3d64cc71c1e068b8459d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 25 16:51:51 2019 +0100

    gnu: btrfs-progs: Update to 5.4.
    
    * gnu/packages/linux.scm (btrfs-progs): Update to 5.4.
---
 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 c93ed8e..96df217 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3941,7 +3941,7 @@ and copy/paste text in the console and in xterm.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "5.3.1")
+    (version "5.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -3949,7 +3949,7 @@ and copy/paste text in the console and in xterm.")
                                   "btrfs-progs-v" version ".tar.xz"))
               (sha256
                (base32
-                "0f6s1iwiqbncrvxp74k50s88x6zqf85sjxg04kyni82l1vk1m8xz"))))
+                "1ykhasv0jc3qi3xrm5841mzkmlbkjw6rm70gl4aww90jj6ak55qg"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "static"))      ; static versions of the binaries in "out"



reply via email to

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