mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
8e3c2c662f
commit
b46bdc0c74
1 changed files with 2 additions and 2 deletions
|
|
@ -179,14 +179,14 @@ exec ~a \"$@\""
|
||||||
(define-public pkgconf
|
(define-public pkgconf
|
||||||
(package
|
(package
|
||||||
(name "pkgconf")
|
(name "pkgconf")
|
||||||
(version "2.4.3")
|
(version "2.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://distfiles.dereferenced.org/"
|
(uri (string-append "https://distfiles.dereferenced.org/"
|
||||||
name "/" name "-" version ".tar.xz"))
|
name "/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hasqa1hrg9302mc8sl4w2ac0z0cy4kacz7h9csafgspxncks82i"))))
|
"0hy2a058nrgxzwn5ilnf3q0fpj9bh9lj42n18kqfr1lzkdccj1fd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue