1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

gnu: pkgconf: Update to 2.1.0.

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

Change-Id: I5d61cd792ea89bc05a590997a3c8ed5243a57adc
This commit is contained in:
Maxim Cournoyer
2024-01-24 12:13:37 -05:00
committed by Ludovic Courtès
parent 0ed04bbfe2
commit 12fcd01753

View File

@@ -172,14 +172,14 @@ exec ~a \"$@\""
(define-public pkgconf
(package
(name "pkgconf")
(version "2.0.2")
(version "2.1.0")
(source (origin
(method url-fetch)
(uri (string-append "https://distfiles.dereferenced.org/"
name "/" name "-" version ".tar.xz"))
(sha256
(base32
"00a4cv1f8cxsb4jhpgxxrwrl92b1zdsirqn0gqvva7i5izpjanpa"))))
"0qbpczwrrsq2981mdv3iil26vq9ac8v1sfi9233jpiaixrhmhv96"))))
(build-system gnu-build-system)
(arguments (list #:tests? #f)) ;TODO: package kyua
(home-page "http://pkgconf.org/")