guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: btrfs-progs: Update to 6.0.2.


From: guix-commits
Subject: 01/08: gnu: btrfs-progs: Update to 6.0.2.
Date: Sun, 27 Nov 2022 06:05:46 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit de32c09563921bee33c907d2f6f6ea4d57541f21
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 27 12:47:34 2022 +0200

    gnu: btrfs-progs: Update to 6.0.2.
    
    * gnu/packages/linux.scm (btrfs-progs): Update to 6.0.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 7e6f16f913..2e1da21800 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5602,7 +5602,7 @@ and copy/paste text in the console and in xterm.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "6.0.1")
+    (version "6.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -5610,7 +5610,7 @@ and copy/paste text in the console and in xterm.")
                                   "btrfs-progs-v" version ".tar.xz"))
               (sha256
                (base32
-                "0j0w400fg0lbzljmcwq553cv0awixc4k35v7l39jl7l13pznycdm"))))
+                "063hmqwqlmp0llgqnfqgcj7slrv762kmbk6srhrgqifr94q8crb6"))))
     (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]