guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: pkg-config: Update to 0.28.


From: Ludovic Courtès
Subject: 02/05: gnu: pkg-config: Update to 0.28.
Date: Sat, 22 Nov 2014 11:52:39 +0000

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

commit e56512125d808522325324b99eaf966d8272355e
Author: Ludovic Courtès <address@hidden>
Date:   Sat Nov 22 12:26:37 2014 +0100

    gnu: pkg-config: Update to 0.28.
    
    * gnu/packages/pkg-config.scm (%pkg-config): Update to 0.28.
---
 gnu/packages/pkg-config.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/pkg-config.scm b/gnu/packages/pkg-config.scm
index 8317136..279a6c1 100644
--- a/gnu/packages/pkg-config.scm
+++ b/gnu/packages/pkg-config.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013 Ludovic Courtès <address@hidden>
+;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -30,7 +30,7 @@
 (define-public %pkg-config
   (package
    (name "pkg-config")
-   (version "0.27.1")
+   (version "0.28")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -38,7 +38,7 @@
                   version ".tar.gz"))
             (sha256
              (base32
-              "05wc5nwkqz7saj2v33ydmz1y6jdg659dll4jjh91n41m63gx0qsg"))))
+              "0igqq5m204w71m11y0nipbdf5apx87hwfll6axs12hn4dqfb6vkb"))))
    (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]