guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: pkgconf: Update to 2.1.0.


From: guix-commits
Subject: 02/02: gnu: pkgconf: Update to 2.1.0.
Date: Wed, 24 Jan 2024 12:19:24 -0500 (EST)

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

commit b16375e00bf486ded1e470a4aada403fa9de515d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jan 24 12:13:37 2024 -0500

    gnu: pkgconf: Update to 2.1.0.
    
    * gnu/packages/pkg-config.scm (pkgconf): Update to 2.1.0.
    
    Change-Id: I5d61cd792ea89bc05a590997a3c8ed5243a57adc
---
 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 6292fb05e2..06f0db960f 100644
--- a/gnu/packages/pkg-config.scm
+++ b/gnu/packages/pkg-config.scm
@@ -172,14 +172,14 @@ exec ~a \"$@\""
 (define-public pkgconf
   (package
     (name "pkgconf")
-    (version "2.0.2")
+    (version "2.1.0")
     (source (origin
               (method url-fetch)
               (uri (string-append  "https://distfiles.dereferenced.org/";
                                    name "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "00a4cv1f8cxsb4jhpgxxrwrl92b1zdsirqn0gqvva7i5izpjanpa"))))
+                "0qbpczwrrsq2981mdv3iil26vq9ac8v1sfi9233jpiaixrhmhv96"))))
     (build-system gnu-build-system)
     (arguments (list #:tests? #f))      ;TODO: package kyua
     (home-page "http://pkgconf.org/";)



reply via email to

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