emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#34851: closed ([PATCH] gnu: Update dtc to 1.5.0.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34851: closed ([PATCH] gnu: Update dtc to 1.5.0.)
Date: Thu, 14 Mar 2019 10:05:02 +0000

Your message dated Thu, 14 Mar 2019 11:04:36 +0100
with message-id <address@hidden>
and subject line Re: [bug#34851] [PATCH] gnu: Update dtc to 1.5.0.
has caused the debbugs.gnu.org bug report #34851,
regarding [PATCH] gnu: Update dtc to 1.5.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34851: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34851
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Update dtc to 1.5.0. Date: Wed, 13 Mar 2019 15:50:22 -0700
* 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: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#34851] [PATCH] gnu: Update dtc to 1.5.0. Date: Thu, 14 Mar 2019 11:04:36 +0100 User-agent: mu4e 1.0; emacs 26.1
Vagrant Cascadian <address@hidden> 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



--- End Message ---

reply via email to

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