guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: dtc: Use different source tarball.


From: guix-commits
Subject: 08/10: gnu: dtc: Use different source tarball.
Date: Mon, 7 Mar 2022 15:56:26 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 54933a4047c388fc3b6331635d80e9516378fc08
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 7 22:45:05 2022 +0200

    gnu: dtc: Use different source tarball.
    
    The xz compressed source failed to unpack on riscv64-linux.
    
    * gnu/packages/bootloaders.scm (dtc)[source]: Use gzipped tarball.
---
 gnu/packages/bootloaders.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 3cd45b3806..e5504b25eb 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -448,10 +448,10 @@ menu to select one of the installed operating systems.")
               (method url-fetch)
               (uri (string-append
                     "mirror://kernel.org/software/utils/dtc/"
-                    "dtc-" version ".tar.xz"))
+                    "dtc-" version ".tar.gz"))
               (sha256
                (base32
-                "0wrl43rvd8nnm1v1wyfdr17vk8q7ymib62vli6da8n9ni4lwbkk5"))))
+                "0xm38h31jb29xfh2sfyk48d8wdfq4b8lmb412zx9vjr35izjb9iq"))))
     (build-system gnu-build-system)
     (native-inputs
      (append



reply via email to

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