all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32461] [PATCH] gnu: dtc: Update to 1.4.7.
@ 2018-08-16 21:53 Vagrant Cascadian
  2018-08-16 22:49 ` bug#32461: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Vagrant Cascadian @ 2018-08-16 21:53 UTC (permalink / raw)
  To: 32461

[-- Attachment #1: Type: text/plain, Size: 1549 bytes --]

* gnu/packages/bootloaders.scm (dtc): Update to 1.4.7.
  (dtc)[native-inputs]: Add "valgrind".
---
 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 e59d15c08..727789a96 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
-- 
2.18.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#32461: [PATCH] gnu: dtc: Update to 1.4.7.
  2018-08-16 21:53 [bug#32461] [PATCH] gnu: dtc: Update to 1.4.7 Vagrant Cascadian
@ 2018-08-16 22:49 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2018-08-16 22:49 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: 32461-done

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

On Thu, Aug 16, 2018 at 02:53:17PM -0700, Vagrant Cascadian wrote:
> * gnu/packages/bootloaders.scm (dtc): Update to 1.4.7.
>   (dtc)[native-inputs]: Add "valgrind".

Thanks! Pushed as 5d706f1898cc59649f88cb3bd19b25af07920eab

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-16 22:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-16 21:53 [bug#32461] [PATCH] gnu: dtc: Update to 1.4.7 Vagrant Cascadian
2018-08-16 22:49 ` bug#32461: " Leo Famulari

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.