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


From: guix-commits
Subject: branch master updated: gnu: xfsprogs: Update to 5.13.0.
Date: Sat, 04 Sep 2021 22:33:12 -0400

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ce65f2b  gnu: xfsprogs: Update to 5.13.0.
ce65f2b is described below

commit ce65f2b73d7bff7a849179f8d3e19886b376f27d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 5 04:32:21 2021 +0200

    gnu: xfsprogs: Update to 5.13.0.
    
    * gnu/packages/linux.scm (xfsprogs): Update to 5.13.0.
    [arguments]: Don't return #t from phases.
---
 gnu/packages/linux.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e2e30f5..0004cca 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7559,7 +7559,7 @@ compatible with Python's ConfigParser style of .INI 
files, including RFC
 (define-public xfsprogs
   (package
     (name "xfsprogs")
-    (version "5.12.0")
+    (version "5.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -7567,7 +7567,7 @@ compatible with Python's ConfigParser style of .INI 
files, including RFC
                     "xfsprogs-" version ".tar.gz"))
               (sha256
                (base32
-                "0b5vvwq4rqw7kph23ycd518d31dx3wq7w61znixxpdljx0ig71qn"))))
+                "09s3alwrhs1gaaywkpx2knc5bxb44b77009jw8zgsy9c2wxximns"))))
     (build-system gnu-build-system)
     (outputs (list "out" "python"))
     (arguments
@@ -7583,8 +7583,7 @@ compatible with Python's ConfigParser style of .INI 
files, including RFC
                   (mkdir-p (string-append python (dirname script)))
                   (rename-file (string-append out script)
                                (string-append python script)))
-                (list "/sbin/xfs_scrub_all"))
-               #t)))
+                (list "/sbin/xfs_scrub_all")))))
          (add-after 'install 'install-headers
            (lambda _
              (invoke "make" "install-dev"))))))



reply via email to

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