* [bug#34851] [PATCH] gnu: Update dtc to 1.5.0.
@ 2019-03-13 22:50 Vagrant Cascadian
2019-03-14 10:04 ` bug#34851: " Ricardo Wurmus
0 siblings, 1 reply; 2+ messages in thread
From: Vagrant Cascadian @ 2019-03-13 22:50 UTC (permalink / raw)
To: 34851
[-- Attachment #1: Type: text/plain, Size: 1248 bytes --]
* gnu/packages/bootloaders (dtc): Update to 1.5.0.
[native-inputs]: Add libyaml and pkg-config.
---
gnu/packages/bootloaders.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 15953ab75e..d6ef7d52b5 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -340,7 +340,7 @@ menu to select one of the installed operating systems.")
(define-public dtc
(package
(name "dtc")
- (version "1.4.7")
+ (version "1.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -348,11 +348,13 @@ menu to select one of the installed operating systems.")
"dtc-" version ".tar.xz"))
(sha256
(base32
- "1rydi5jvhlhsr110h6n0pavv3daqa0cb4m5vcps50qzq1zqfhhv6"))))
+ "0wh10p42hf5403ipvs0dsxddb6kzfyk2sq4fgid9zqzpr51y8wn6"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)
("flex" ,flex)
+ ("libyaml" ,libyaml)
+ ("pkg-config" ,pkg-config)
("swig" ,swig)
("valgrind" ,valgrind)))
(inputs
--
2.20.1
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#34851: [PATCH] gnu: Update dtc to 1.5.0.
2019-03-13 22:50 [bug#34851] [PATCH] gnu: Update dtc to 1.5.0 Vagrant Cascadian
@ 2019-03-14 10:04 ` Ricardo Wurmus
0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2019-03-14 10:04 UTC (permalink / raw)
To: Vagrant Cascadian; +Cc: 34851-done
Vagrant Cascadian <vagrant@debian.org> writes:
> * gnu/packages/bootloaders (dtc): Update to 1.5.0.
> [native-inputs]: Add libyaml and pkg-config.
Thanks. I pushed this with commit 8cd10b22f9.
--
Ricardo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-03-14 10:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-13 22:50 [bug#34851] [PATCH] gnu: Update dtc to 1.5.0 Vagrant Cascadian
2019-03-14 10:04 ` bug#34851: " Ricardo Wurmus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.