mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pkgconf: Update to 2.3.0.
* gnu/packages/pkg-config.scm (pkgconf): Update to 2.3.0. Change-Id: Ifaed690166dd3461161594a94146638eb872bb20 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
cd16ef386c
commit
e8a68dcbd2
1 changed files with 2 additions and 2 deletions
|
@ -179,14 +179,14 @@ exec ~a \"$@\""
|
|||
(define-public pkgconf
|
||||
(package
|
||||
(name "pkgconf")
|
||||
(version "2.1.0")
|
||||
(version "2.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://distfiles.dereferenced.org/"
|
||||
name "/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qbpczwrrsq2981mdv3iil26vq9ac8v1sfi9233jpiaixrhmhv96"))))
|
||||
"12zaw363yk90i9ib04sz5f4j917hilm0l2liq7kiadnha6n8141s"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue