gnu: pkgconf: Update to 2.3.0.

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

Change-Id: Ifaed690166dd3461161594a94146638eb872bb20
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Zheng Junjie 2024-12-02 16:43:02 +08:00
parent cd16ef386c
commit e8a68dcbd2
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -179,14 +179,14 @@ exec ~a \"$@\""
(define-public pkgconf
(package
(name "pkgconf")
(version "2.1.0")
(version "2.3.0")
(source (origin
(method url-fetch)
(uri (string-append "https://distfiles.dereferenced.org/"
name "/" name "-" version ".tar.xz"))
(sha256
(base32
"0qbpczwrrsq2981mdv3iil26vq9ac8v1sfi9233jpiaixrhmhv96"))))
"12zaw363yk90i9ib04sz5f4j917hilm0l2liq7kiadnha6n8141s"))))
(build-system gnu-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases