unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65249] [PATCH] gnu: pkgconf: Update to 2.0.1.
@ 2023-08-12 15:06 Zheng Junjie via Guix-patches via
  2023-08-26  3:32 ` bug#65249: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie via Guix-patches via @ 2023-08-12 15:06 UTC (permalink / raw)
  To: 65249

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1405 bytes --]

* gnu/packages/pkg-config.scm (pkgconf): Update to 2.0.1.
---
 gnu/packages/pkg-config.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pkg-config.scm b/gnu/packages/pkg-config.scm
index b15b646416..552cfdbd08 100644
--- a/gnu/packages/pkg-config.scm
+++ b/gnu/packages/pkg-config.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -171,14 +172,14 @@ (define-public pkg-config-for-build
 (define-public pkgconf
   (package
     (name "pkgconf")
-    (version "1.9.3")
+    (version "2.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append  "https://distfiles.dereferenced.org/"
                                    name "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "17b9cl2s99pzgblaj0yg49k3m0by5x78vwg4879vckymhys5bcsz"))))
+                "0lcwwaidqv22i8yfn2znxfy3ygk081jzpn4x2pjl823lfdsayf1j"))))
     (build-system gnu-build-system)
     (arguments (list #:tests? #f))      ;TODO: package kyua
     (home-page "http://pkgconf.org/")

base-commit: 19a7a824c35eae56ce56e2a460042fb7e2129234
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#65249: [PATCH] gnu: pkgconf: Update to 2.0.1.
  2023-08-12 15:06 [bug#65249] [PATCH] gnu: pkgconf: Update to 2.0.1 Zheng Junjie via Guix-patches via
@ 2023-08-26  3:32 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-08-26  3:32 UTC (permalink / raw)
  To: Zheng Junjie; +Cc: 65249-done

Zheng Junjie <873216071@qq.com> writes:

> * gnu/packages/pkg-config.scm (pkgconf): Update to 2.0.1.

Pushed with update to 2.0.2, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-26  3:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-12 15:06 [bug#65249] [PATCH] gnu: pkgconf: Update to 2.0.1 Zheng Junjie via Guix-patches via
2023-08-26  3:32 ` bug#65249: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).