guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: xfsprogs: Update to 5.11.0.


From: guix-commits
Subject: 05/09: gnu: xfsprogs: Update to 5.11.0.
Date: Sun, 21 Mar 2021 18:17:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 35c55931bf656f9097d683ab542b85e4c36ee5e5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 21 17:24:11 2021 +0100

    gnu: xfsprogs: Update to 5.11.0.
    
    * gnu/packages/linux.scm (xfsprogs): Update to 5.11.0.
---
 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 a044819..0eaf014 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7207,7 +7207,7 @@ compatible with Python's ConfigParser style of .INI 
files, including RFC
 (define-public xfsprogs
   (package
     (name "xfsprogs")
-    (version "5.10.0")
+    (version "5.11.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -7215,7 +7215,7 @@ compatible with Python's ConfigParser style of .INI 
files, including RFC
                     "xfsprogs-" version ".tar.gz"))
               (sha256
                (base32
-                "1wcvcv9fl955g3zl68057hq7pp9bm7i733vc7j6xr6wnfd8qf6sr"))))
+                "1byj53qdwsii35d0f11nz0dl618mpvwy5aa44pc9zg281g2r27ab"))))
     (build-system gnu-build-system)
     (outputs (list "out" "python"))
     (arguments



reply via email to

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