[PATCH] gnu: pkg-config: Update to 2.29.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Kei Kebreau
  • Marius Bakke
Owner
unassigned
Submitted by
Kei Kebreau
Severity
normal

Debbugs page

Kei Kebreau wrote 8 years ago
(address . guix-patches@gnu.org)(name . Kei Kebreau)(address . kei@openmailbox.org)
20170416175820.22775-1-kei@openmailbox.org
* gnu/packages/pkg-config.scm (%pkg-config): Update to 2.29.2.
---
gnu/packages/pkg-config.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/pkg-config.scm b/gnu/packages/pkg-config.scm
index 01069d27a..12f17f1e3 100644
--- a/gnu/packages/pkg-config.scm
+++ b/gnu/packages/pkg-config.scm
@@ -30,7 +30,7 @@
(define-public %pkg-config
(package
(name "pkg-config")
- (version "0.29.1")
+ (version "0.29.2")
(source (origin
(method url-fetch)
(uri (list
@@ -46,7 +46,7 @@
version ".tar.gz")))
(sha256
(base32
- "00dh1jn8rbppmgbhhgqhmbh3c58b0gccy39rsjdlcma50sg3rd5y"))))
+ "14fmwzki1rlz8bs2p810lk6jqdxsk966d8drgsjmi54cd00rrikg"))))
(build-system gnu-build-system)
(arguments `(#:configure-flags '("--with-internal-glib")))
(native-search-paths
--
2.12.2
Marius Bakke wrote 8 years ago
(name . Kei Kebreau)(address . kei@openmailbox.org)
87y3v0kybm.fsf@fastmail.com
Kei Kebreau <kei@openmailbox.org> writes:

Toggle quote (2 lines)
> * gnu/packages/pkg-config.scm (%pkg-config): Update to 2.29.2.

This is in 'core-updates' already :)

See: 139272f44f1af945f903936b87c46269ab6659b6

Closing!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAljztj0ACgkQoqBt8qM6
VPqp0QgAstQ4G+CDVboafIXNEV35Xxsb+LvU5mWmC0ibTpmy8xe+GuGCS99mQzjD
sxXLOB2FhrwS7daYP/pVxRbmJIvBVMQkDKYwL4o9Si/EJLS/if57fi4mu8AVd90L
WETEGGD5DvnhhOJg7hXmbQfBlApjlYE8vHsROtz+UL3MFH8eQtb4LIVy0L1Serd+
sQmArAmLI9cAfPCAli4YxqpOipoYfq5QyrrNqNfX/8S8dtj5i4PHrz4KkAdM/nVF
Yn++Y9aAaD3q6/WWJMSN9u3uy5fgonyM/Po/UR86E3emijdRmY9eb7JWkq+xECWX
6ksurRSZ9Ew35scGdnxu2qp2MyNiMQ==
=wPRO
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 26536@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 26536
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help