guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: libeatmydata: Update to 130.


From: guix-commits
Subject: 02/07: gnu: libeatmydata: Update to 130.
Date: Sun, 19 Dec 2021 21:25:47 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b472fd8911c42cee6c6e907157ac749433072109
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Dec 20 02:29:47 2021 +0100

    gnu: libeatmydata: Update to 130.
    
    * gnu/packages/file-systems.scm (libeatmydata): Update to 130.
---
 gnu/packages/file-systems.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 0d7f3bc..4248490 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -837,14 +837,14 @@ All of this is accomplished without a centralized 
metadata server.")
 (define-public libeatmydata
   (package
     (name "libeatmydata")
-    (version "129")
+    (version "130")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://www.flamingspork.com/projects/libeatmydata/";
                            "libeatmydata-" version ".tar.gz"))
        (sha256
-        (base32 "1qycv1cvy6fr3v5rxilnsqxllwyfbqlcairlh31x2dnjsx28jnqf"))))
+        (base32 "1h212l2s0g3pv6q96d94dk7kpp9qzyxqydrrcgyp7zqjwvbiqws8"))))
     (build-system gnu-build-system)
     (arguments
      ;; All tests pass---but only if the host kernel allows PTRACE_TRACEME.
@@ -886,9 +886,9 @@ All of this is accomplished without a centralized metadata 
server.")
            (method url-fetch)
            (uri (string-append "https://deb.debian.org/debian/pool/main/";
                                "libe/libeatmydata/libeatmydata_" version
-                               "-1.debian.tar.xz"))
+                               "-2.debian.tar.xz"))
            (sha256
-            (base32 "0q6kx1bf870jj52a2vm5p5xlrr89g2zs8wyhlpn80pys9p28nikx"))))
+            (base32 "1sg9g1nv3wl9ymzz33ig4ns563npkbxj67a64m7p34cc813jl95w"))))
        ;; For the test suite.
        ("strace" ,strace)
        ("which" ,which)))



reply via email to

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