1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: pkgconf: Update to 2.4.3.

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

Change-Id: Ibaeb8f8702fe930340018d0f4e297d01c5404e21
This commit is contained in:
Maxim Cournoyer
2025-05-23 09:44:37 +09:00
parent 2571a233f4
commit e7c73201de

View File

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