GNU bug report logs -
#65249
[PATCH] gnu: pkgconf: Update to 2.0.1.
Previous Next
Reported by: Zheng Junjie <873216071 <at> qq.com>
Date: Sat, 12 Aug 2023 15:09:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 26 Aug 2023 11:32:06 +0800
with message-id <87y1hyjx6x.fsf <at> envs.net>
and subject line Re: bug#65249: [PATCH] gnu: pkgconf: Update to 2.0.1.
has caused the debbugs.gnu.org bug report #65249,
regarding [PATCH] gnu: pkgconf: Update to 2.0.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
65249: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65249
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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 <at> gmail.com>
;;; Copyright © 2021 Maxime Devos <maximedevos <at> telenet.be>
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
+;;; Copyright © 2023 Zheng Junjie <873216071 <at> 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
[Message part 3 (message/rfc822, inline)]
Zheng Junjie <873216071 <at> qq.com> writes:
> * gnu/packages/pkg-config.scm (pkgconf): Update to 2.0.1.
Pushed with update to 2.0.2, thank you!
This bug report was last modified 1 year and 271 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.