GNU bug report logs - #26536
[PATCH] gnu: pkg-config: Update to 2.29.2.

Previous Next

Package: guix-patches;

Reported by: Kei Kebreau <kei <at> openmailbox.org>

Date: Sun, 16 Apr 2017 17:59:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

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: Kei Kebreau <kei <at> openmailbox.org>
Subject: bug#26536: closed (Re: bug#26536: [PATCH] gnu: pkg-config: Update
 to 2.29.2.)
Date: Sun, 16 Apr 2017 18:22:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#26536: [PATCH] gnu: pkg-config: Update to 2.29.2.

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 26536 <at> debbugs.gnu.org.

-- 
26536: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26536
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Marius Bakke <mbakke <at> fastmail.com>
To: Kei Kebreau <kei <at> openmailbox.org>, 26536-done <at> debbugs.gnu.org
Cc: Kei Kebreau <kei <at> openmailbox.org>
Subject: Re: bug#26536: [PATCH] gnu: pkg-config: Update to 2.29.2.
Date: Sun, 16 Apr 2017 20:21:49 +0200
[Message part 3 (text/plain, inline)]
Kei Kebreau <kei <at> openmailbox.org> writes:

> * gnu/packages/pkg-config.scm (%pkg-config): Update to 2.29.2.

This is in 'core-updates' already :)

See: 139272f44f1af945f903936b87c46269ab6659b6

Closing!
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Kei Kebreau <kei <at> openmailbox.org>
To: guix-patches <at> gnu.org
Cc: Kei Kebreau <kei <at> openmailbox.org>
Subject: [PATCH] gnu: pkg-config: Update to 2.29.2.
Date: Sun, 16 Apr 2017 13:58:20 -0400
* gnu/packages/pkg-config.scm (%pkg-config): Update to 2.29.2.
---
 gnu/packages/pkg-config.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pkg-config.scm b/gnu/packages/pkg-config.scm
index 01069d27a..12f17f1e3 100644
--- a/gnu/packages/pkg-config.scm
+++ b/gnu/packages/pkg-config.scm
@@ -30,7 +30,7 @@
 (define-public %pkg-config
   (package
    (name "pkg-config")
-   (version "0.29.1")
+   (version "0.29.2")
    (source (origin
             (method url-fetch)
             (uri (list
@@ -46,7 +46,7 @@
                    version ".tar.gz")))
             (sha256
              (base32
-              "00dh1jn8rbppmgbhhgqhmbh3c58b0gccy39rsjdlcma50sg3rd5y"))))
+              "14fmwzki1rlz8bs2p810lk6jqdxsk966d8drgsjmi54cd00rrikg"))))
    (build-system gnu-build-system)
    (arguments `(#:configure-flags '("--with-internal-glib")))
    (native-search-paths
-- 
2.12.2




This bug report was last modified 8 years and 33 days ago.

Previous Next


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