guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: xfsprogs: Update to 5.14.2.


From: guix-commits
Subject: 07/10: gnu: xfsprogs: Update to 5.14.2.
Date: Thu, 6 Jan 2022 23:58:08 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit da202490b5d7ec73d60c5b48b5dc4c45378afd95
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jan 7 04:31:38 2022 +0100

    gnu: xfsprogs: Update to 5.14.2.
    
    * gnu/packages/linux.scm (xfsprogs): Update to 5.14.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 884d781b32..8880d09fe2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7896,7 +7896,7 @@ compatible with Python's ConfigParser style of .INI 
files, including RFC
 (define-public xfsprogs
   (package
     (name "xfsprogs")
-    (version "5.14.0")
+    (version "5.14.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -7904,7 +7904,7 @@ compatible with Python's ConfigParser style of .INI 
files, including RFC
                     "xfsprogs-" version ".tar.gz"))
               (sha256
                (base32
-                "1kfglkilc8msgbb1168zj7mxs71pypz9rvl4jhiam5qy786difh8"))))
+                "0368dacdjq55ip38yizs9spdyl7b0b1c0vz3gr1gvcb9rw3a6dnp"))))
     (build-system gnu-build-system)
     (outputs (list "out" "python"))
     (arguments



reply via email to

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