guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: perl-devel-symdump: Update to 2.18.


From: Leo Famulari
Subject: 01/01: gnu: perl-devel-symdump: Update to 2.18.
Date: Fri, 14 Jul 2017 12:01:07 -0400 (EDT)

lfam pushed a commit to branch core-updates
in repository guix.

commit 0b147484b1aab68e21a909fbcb70b5f8757d8410
Author: Leo Famulari <address@hidden>
Date:   Fri Jul 14 12:00:41 2017 -0400

    gnu: perl-devel-symdump: Update to 2.18.
    
    * gnu/packages/perl.scm (perl-devel-symdump): Update to 2.18.
---
 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 7c8fcc9..4f80822 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2385,7 +2385,7 @@ each stack frame.")
 (define-public perl-devel-symdump
   (package
     (name "perl-devel-symdump")
-    (version "2.17")
+    (version "2.18")
     (source
      (origin
        (method url-fetch)
@@ -2393,7 +2393,7 @@ each stack frame.")
                            "Devel-Symdump-" version ".tar.gz"))
        (sha256
         (base32
-         "0qkfjk7bm7jwn9d9qaldg298zvkqh2f19fgvfh5j1rp66mwzql1c"))))
+         "1h3n0w23camhj20a97nw7v40rqa7xcxx8vkn2qjjlngm0yhq2vw2"))))
     (build-system perl-build-system)
     (home-page "http://search.cpan.org/dist/Devel-Symdump";)
     (synopsis "Dump symbol names or the symbol table")



reply via email to

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