1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-10 16:50:43 +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
No known key found for this signature in database
GPG key ID: 1260E46482E63562

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