gnu: pkgconf: Update to 2.5.1.

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

Change-Id: Idaf84d103b09263cbf85394b9e8db7d7163fd303
This commit is contained in:
Maxim Cournoyer 2025-12-30 10:40:15 +09:00
parent 8e3c2c662f
commit b46bdc0c74
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.4.3")
(version "2.5.1")
(source (origin
(method url-fetch)
(uri (string-append "https://distfiles.dereferenced.org/"
name "/" name "-" version ".tar.xz"))
(sha256
(base32
"0hasqa1hrg9302mc8sl4w2ac0z0cy4kacz7h9csafgspxncks82i"))))
"0hy2a058nrgxzwn5ilnf3q0fpj9bh9lj42n18kqfr1lzkdccj1fd"))))
(build-system gnu-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases