mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05: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:
parent
0ed04bbfe2
commit
12fcd01753
1 changed files with 2 additions and 2 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue