guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: dtc: Update to 1.6.0.


From: guix-commits
Subject: 03/05: gnu: dtc: Update to 1.6.0.
Date: Sun, 20 Dec 2020 10:32:13 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 4ed96d6831f6970d6584f1b3587878199a24d953
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Dec 20 00:26:45 2020 +0100

    gnu: dtc: Update to 1.6.0.
    
    * gnu/packages/bootloaders.scm (dtc): Update to 1.6.0.
---
 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 75ae8d9..5d4b33e 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -424,7 +424,7 @@ menu to select one of the installed operating systems.")
 (define-public dtc
   (package
     (name "dtc")
-    (version "1.5.1")
+    (version "1.6.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -432,7 +432,7 @@ menu to select one of the installed operating systems.")
                     "dtc-" version ".tar.xz"))
               (sha256
                (base32
-                "07q3mdsvl4smbiakriq3hnsyyd0q344lsm306q0kgz4hjq1p82v6"))))
+                "0bf8801z6fpd1gz9mxd5pqqj8nq101x393cyw8rpkc712w13nl0h"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("bison" ,bison)



reply via email to

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