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


From: guix-commits
Subject: branch master updated: gnu: btrfs-progs: Update to 6.0.1.
Date: Thu, 24 Nov 2022 01:15:57 -0500

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

iyzsong pushed a commit to branch master
in repository guix.

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

commit 4a97591d0a13e88037b3073bd891bcdf35352f87
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Mon Nov 21 00:45:07 2022 -0500

    gnu: btrfs-progs: Update to 6.0.1.
    
    * gnu/packages/linux.scm (btrfs-progs): Update to 6.0.1.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 eab734683f..a984b45fbc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5555,7 +5555,7 @@ and copy/paste text in the console and in xterm.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "5.18.1")
+    (version "6.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -5563,7 +5563,7 @@ and copy/paste text in the console and in xterm.")
                                   "btrfs-progs-v" version ".tar.xz"))
               (sha256
                (base32
-                "0mbj3j2fpjds9i9gm8kk8a20yjacc562ibd1v9a96bpmrxfag63f"))))
+                "0j0w400fg0lbzljmcwq553cv0awixc4k35v7l39jl7l13pznycdm"))))
     (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]