GNU bug report logs - #32461
[PATCH] gnu: dtc: Update to 1.4.7.

Previous Next

Package: guix-patches;

Reported by: Vagrant Cascadian <vagrant <at> debian.org>

Date: Thu, 16 Aug 2018 21:54:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vagrant Cascadian <vagrant <at> debian.org>
Subject: bug#32461: closed (Re: [bug#32461] [PATCH] gnu: dtc: Update to
 1.4.7.)
Date: Thu, 16 Aug 2018 22:50:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#32461: [PATCH] gnu: dtc: Update to 1.4.7.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 32461 <at> debbugs.gnu.org.

-- 
32461: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32461
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Vagrant Cascadian <vagrant <at> debian.org>
Cc: 32461-done <at> debbugs.gnu.org
Subject: Re: [bug#32461] [PATCH] gnu: dtc: Update to 1.4.7.
Date: Thu, 16 Aug 2018 18:49:04 -0400
[Message part 3 (text/plain, inline)]
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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Vagrant Cascadian <vagrant <at> debian.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: dtc: Update to 1.4.7.
Date: Thu, 16 Aug 2018 14:53:17 -0700
[Message part 6 (text/plain, inline)]
* 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

[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 6 years and 330 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.