guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: xfsprogs: Update to 6.0.0.


From: guix-commits
Subject: branch master updated: gnu: xfsprogs: Update to 6.0.0.
Date: Thu, 24 Nov 2022 01:12:56 -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 6e142c69bd gnu: xfsprogs: Update to 6.0.0.
6e142c69bd is described below

commit 6e142c69bd83cd9a6c846b2fe8f7e885a1225fab
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Mon Nov 21 00:46:22 2022 -0500

    gnu: xfsprogs: Update to 6.0.0.
    
    * gnu/packages/linux.scm (xfsprogs): Update to 6.0.0.
    
    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 601162b465..eab734683f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8456,7 +8456,7 @@ compatible with Python's ConfigParser style of .INI 
files, including RFC
 (define-public xfsprogs
   (package
     (name "xfsprogs")
-    (version "5.14.2")
+    (version "6.0.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -8464,7 +8464,7 @@ compatible with Python's ConfigParser style of .INI 
files, including RFC
                     "xfsprogs-" version ".tar.gz"))
               (sha256
                (base32
-                "0368dacdjq55ip38yizs9spdyl7b0b1c0vz3gr1gvcb9rw3a6dnp"))))
+                "14hc61nfc73nqwhyasc4haj5g7046im1dwz61bx338f86mjj5n5y"))))
     (build-system gnu-build-system)
     (outputs (list "out" "python"))
     (arguments



reply via email to

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