guix-commits
[Top][All Lists]
Advanced

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

09/31: gnu: btrfs-progs: Update to 6.3.3.


From: guix-commits
Subject: 09/31: gnu: btrfs-progs: Update to 6.3.3.
Date: Sat, 29 Jul 2023 20:04:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a879385de12e9bbfe90b39e14733ab261e88c171
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 23 02:00:00 2023 +0200

    gnu: btrfs-progs: Update to 6.3.3.
    
    * gnu/packages/linux.scm (btrfs-progs): Update to 6.3.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 11e310800e..bfe6f53386 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6002,7 +6002,7 @@ and copy/paste text in the console and in xterm.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "6.3.2")
+    (version "6.3.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -6010,7 +6010,7 @@ and copy/paste text in the console and in xterm.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "093wy9dsvp22nwlsk203l91h3yzkccvzdw58n3sicy41sncn3wm9"))))
+                "0vmrjn3dcmka9rj5b81ag9jwprzyicx05h1ccj0x0w02fqah1qsb"))))
     (build-system gnu-build-system)
     (outputs '("out" "static")) ;static versions of the binaries in "out"
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]