Archived
1
0
Fork 0

gnu: dtc: Update to 1.6.1.

* gnu/packages/bootloaders.scm (dtc): Update to 1.6.1.
This commit is contained in:
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

View file

@ -426,7 +426,7 @@ menu to select one of the installed operating systems.")
(define-public dtc (define-public dtc
(package (package
(name "dtc") (name "dtc")
(version "1.6.0") (version "1.6.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -434,7 +434,7 @@ menu to select one of the installed operating systems.")
"dtc-" version ".tar.xz")) "dtc-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0bf8801z6fpd1gz9mxd5pqqj8nq101x393cyw8rpkc712w13nl0h")))) "0wrl43rvd8nnm1v1wyfdr17vk8q7ymib62vli6da8n9ni4lwbkk5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("bison" ,bison) `(("bison" ,bison)