guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: dtc: Update to 1.6.1.


From: guix-commits
Subject: 09/10: gnu: dtc: Update to 1.6.1.
Date: Thu, 10 Jun 2021 18:44:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 402f544c2911293eeda23f50b0dd3c121980e341
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jun 11 00:36:14 2021 +0200

    gnu: dtc: Update to 1.6.1.
    
    * gnu/packages/bootloaders.scm (dtc): Update to 1.6.1.
---
 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 17ada71..ae3752c 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -426,7 +426,7 @@ menu to select one of the installed operating systems.")
 (define-public dtc
   (package
     (name "dtc")
-    (version "1.6.0")
+    (version "1.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -434,7 +434,7 @@ menu to select one of the installed operating systems.")
                     "dtc-" version ".tar.xz"))
               (sha256
                (base32
-                "0bf8801z6fpd1gz9mxd5pqqj8nq101x393cyw8rpkc712w13nl0h"))))
+                "0wrl43rvd8nnm1v1wyfdr17vk8q7ymib62vli6da8n9ni4lwbkk5"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("bison" ,bison)



reply via email to

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