guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: pkg-config: Update to 0.29.2.


From: Marius Bakke
Subject: 01/01: gnu: pkg-config: Update to 0.29.2.
Date: Wed, 12 Apr 2017 20:52:05 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 139272f44f1af945f903936b87c46269ab6659b6
Author: Marius Bakke <address@hidden>
Date:   Tue Apr 11 17:27:37 2017 +0200

    gnu: pkg-config: Update to 0.29.2.
    
    * gnu/packages/pkg-config.scm (%pkg-config): Update to 0.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 01069d2..12f17f1 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



reply via email to

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