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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -172,14 +172,14 @@ (define where (string-append #$output "/bin/pkg-config"))
(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/")