[PATCH] gnu: pkgconf: Update to 2.0.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Zheng Junjie
  • ???
Owner
unassigned
Submitted by
Zheng Junjie
Severity
normal
Z
Z
Zheng Junjie wrote on 12 Aug 2023 17:06
(address . guix-patches@gnu.org)
tencent_C6AB54912CDD3F161DCE7285929FDAB94D07@qq.com
* gnu/packages/pkg-config.scm (pkgconf): Update to 2.0.1.
---
gnu/packages/pkg-config.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (33 lines)
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
?
(name . Zheng Junjie)(address . 873216071@qq.com)(address . 65249-done@debbugs.gnu.org)
87y1hyjx6x.fsf@envs.net
Zheng Junjie <873216071@qq.com> writes:

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

Pushed with update to 2.0.2, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65249@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65249
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch