guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: btrfs-progs: Update to 5.3.


From: guix-commits
Subject: 02/05: gnu: btrfs-progs: Update to 5.3.
Date: Thu, 24 Oct 2019 17:20:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 14c630bbb43ba513e7c102626f65fc687e9b5d77
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Oct 24 19:31:58 2019 +0200

    gnu: btrfs-progs: Update to 5.3.
    
    * gnu/packages/linux.scm (btrfs-progs): Update to 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 aa23a27..3f2ab74 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3855,7 +3855,7 @@ and copy/paste text in the console and in xterm.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "5.2.2")
+    (version "5.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -3863,7 +3863,7 @@ and copy/paste text in the console and in xterm.")
                                   "btrfs-progs-v" version ".tar.xz"))
               (sha256
                (base32
-                "1imivxjppi8zl27gn472pwpk8bg5dijkbyi340by31vhy7dj24w2"))))
+                "13ivb1b627qkiiqxh2y7zawynarkmgxrnwwpqhx6cci621yyqqqp"))))
     (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]