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


From: guix-commits
Subject: branch master updated: gnu: btrfs-progs: Update to 5.11.1.
Date: Wed, 14 Apr 2021 20:03:41 -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 050be36  gnu: btrfs-progs: Update to 5.11.1.
050be36 is described below

commit 050be36cbf3a42199f64f2e44c59f1cb1b3afab5
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Apr 14 20:02:34 2021 -0400

    gnu: btrfs-progs: Update to 5.11.1.
    
    * gnu/packages/linux.scm (btrfs-progs): Update to 5.11.1.
---
 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 b1212a3..52579ce 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5058,7 +5058,7 @@ and copy/paste text in the console and in xterm.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "5.11")
+    (version "5.11.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -5066,7 +5066,7 @@ and copy/paste text in the console and in xterm.")
                                   "btrfs-progs-v" version ".tar.xz"))
               (sha256
                (base32
-                "0dq1ryji9hmq10zbyk083lp9r212524a3naai47whq11m6q626fl"))))
+                "1zpbpmq8qndwls40yg2c9xj9ca6mcxdziadj5i8fbi3ffp2crap3"))))
     (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]