guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: erofs-utils: Update to 1.3.


From: guix-commits
Subject: 06/11: gnu: erofs-utils: Update to 1.3.
Date: Tue, 29 Jun 2021 00:45:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fa50c9b072f9a0186089a383e0d19c301353778c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 29 03:21:06 2021 +0200

    gnu: erofs-utils: Update to 1.3.
    
    * gnu/packages/linux.scm (erofs-utils): Update to 1.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 8426486..5cf1b15 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8083,7 +8083,7 @@ kernel side implementation.")
 (define-public erofs-utils
   (package
     (name "erofs-utils")
-    (version "1.2.1")
+    (version "1.3")
     (source
      (origin
        (method git-fetch)
@@ -8092,7 +8092,7 @@ kernel side implementation.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vb4mxsb59g29x7l22cffsqa8x743sra4j5zbmx89hjwpwm9vvcg"))))
+        (base32 "0sqiw05zbxr6l0g9gn3whkc4qc5km2qvfg4lnm08nppwskm8yaw8"))))
     (build-system gnu-build-system)
     (inputs
      `(("lz4" ,lz4)



reply via email to

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