guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: btrfs-progs: Update to 4.20.2.


From: guix-commits
Subject: 10/10: gnu: btrfs-progs: Update to 4.20.2.
Date: Mon, 4 Mar 2019 18:30:39 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d22d246a256814784dfb03437949bdc2efd746a5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Mar 5 00:01:40 2019 +0100

    gnu: btrfs-progs: Update to 4.20.2.
    
    * gnu/packages/linux.scm (btrfs-progs): Update to 4.20.2.
---
 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 1976e24..9ed46f8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3292,7 +3292,7 @@ and copy/paste text in the console and in xterm.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "4.17.1")
+    (version "4.20.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -3300,7 +3300,7 @@ and copy/paste text in the console and in xterm.")
                                   "btrfs-progs-v" version ".tar.xz"))
               (sha256
                (base32
-                "0x6d53fbrcmzvhv461575fzsv3373427p4srz646w2wcagqk82xz"))))
+                "0z0fm3j4ajzsf445381ra8r3zzciyyvfh8vvbjmbyarg2rz8n3w9"))))
     (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]