guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: btrfs-progs: Update to 5.14.


From: guix-commits
Subject: branch master updated: gnu: btrfs-progs: Update to 5.14.
Date: Sun, 12 Sep 2021 10:37:48 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 93fba67  gnu: btrfs-progs: Update to 5.14.
93fba67 is described below

commit 93fba676ba6536f319fcbb157a018960930e80aa
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Sep 12 10:36:40 2021 -0400

    gnu: btrfs-progs: Update to 5.14.
    
    * gnu/packages/linux.scm (btrfs-progs): Update to 5.14.
---
 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 4281ce4..a469d94 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5345,7 +5345,7 @@ and copy/paste text in the console and in xterm.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "5.13.1")
+    (version "5.14")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -5353,7 +5353,7 @@ and copy/paste text in the console and in xterm.")
                                   "btrfs-progs-v" version ".tar.xz"))
               (sha256
                (base32
-                "16gkyhvvpqpq0skpavkvnmglbld7p331bnpiqn2z9flgwq0mlzix"))))
+                "0mwxhwws6scjjpfws5xp7988wwwfa46jp5y3kn6jjmjpxiqm85da"))))
     (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]