me
/
guix
Archived
1
0
Fork 0

gnu: dtc: Update to 1.6.1.

* gnu/packages/bootloaders.scm (dtc): Update to 1.6.1.
master
Tobias Geerinckx-Rice 2021-06-11 00:36:14 +02:00
parent 5372f7dd5a
commit 402f544c29
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)