guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/10: gnu: perl-extutils-pkgconfig: Update to 1.16.


From: Tobias Geerinckx-Rice
Subject: 06/10: gnu: perl-extutils-pkgconfig: Update to 1.16.
Date: Mon, 30 Oct 2017 12:21:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7e5132a297c133d40e47af7d8a4ee28b07ead053
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Oct 30 13:02:49 2017 +0100

    gnu: perl-extutils-pkgconfig: Update to 1.16.
    
    * gnu/packages/perl.scm (perl-extutils-pkgconfig): Update to 1.16.
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index e794cf8..cfb494f 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3130,14 +3130,14 @@ self-contained C libraries.  This module main goal is 
to help in that task.")
 (define-public perl-extutils-pkgconfig
   (package
     (name "perl-extutils-pkgconfig")
-    (version "1.15")
+    (version "1.16")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cpan/authors/id/X/XA/XAOC/"
                                   "ExtUtils-PkgConfig-" version ".tar.gz"))
               (sha256
                (base32
-                "1cxh6w8vmyqmhl6afys2q6z6jkp1m6zvacpk70196zmk48p1kcv9"))))
+                "0vhwh0731rhh1sswmvagq0myn754dnkab8sizh6d3n6pjpcwxsmv"))))
     (build-system perl-build-system)
     (propagated-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]