guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: dtc: Update to 1.4.7.


From: Leo Famulari
Subject: 01/01: gnu: dtc: Update to 1.4.7.
Date: Thu, 16 Aug 2018 18:48:44 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 5d706f1898cc59649f88cb3bd19b25af07920eab
Author: Vagrant Cascadian <address@hidden>
Date:   Thu Aug 16 14:53:17 2018 -0700

    gnu: dtc: Update to 1.4.7.
    
    * gnu/packages/bootloaders.scm (dtc): Update to 1.4.7.
    [native-inputs]: Add valgrind.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/bootloaders.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index e59d15c..727789a 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -52,6 +52,7 @@
   #:use-module (gnu packages tls)
   #:use-module (gnu packages sdl)
   #:use-module (gnu packages swig)
+  #:use-module (gnu packages valgrind)
   #:use-module (gnu packages virtualization)
   #:use-module (gnu packages web)
   #:use-module (guix build-system gnu)
@@ -322,7 +323,7 @@ menu to select one of the installed operating systems.")
 (define-public dtc
   (package
     (name "dtc")
-    (version "1.4.6")
+    (version "1.4.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -330,12 +331,13 @@ menu to select one of the installed operating systems.")
                     "dtc-" version ".tar.xz"))
               (sha256
                (base32
-                "0zkvih0fpwvk31aqyyfy9kn13nbi76c21ihax15p6h1wrjzh48rq"))))
+                "1rydi5jvhlhsr110h6n0pavv3daqa0cb4m5vcps50qzq1zqfhhv6"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("bison" ,bison)
        ("flex" ,flex)
-       ("swig" ,swig)))
+       ("swig" ,swig)
+       ("valgrind" ,valgrind)))
     (inputs
      `(("python-2" ,python-2)))
     (arguments



reply via email to

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