gnu: pkg-config: Update to 0.29.2.
* gnu/packages/pkg-config.scm (%pkg-config): Update to 0.29.2.
This commit is contained in:
parent
56fb1421be
commit
139272f44f
|
@ -30,7 +30,7 @@
|
||||||
(define-public %pkg-config
|
(define-public %pkg-config
|
||||||
(package
|
(package
|
||||||
(name "pkg-config")
|
(name "pkg-config")
|
||||||
(version "0.29.1")
|
(version "0.29.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list
|
(uri (list
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
version ".tar.gz")))
|
version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00dh1jn8rbppmgbhhgqhmbh3c58b0gccy39rsjdlcma50sg3rd5y"))))
|
"14fmwzki1rlz8bs2p810lk6jqdxsk966d8drgsjmi54cd00rrikg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments `(#:configure-flags '("--with-internal-glib")))
|
(arguments `(#:configure-flags '("--with-internal-glib")))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
|
|
Loading…
Reference in New Issue