guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: perl-pod-parser: Update to 1.65.


From: guix-commits
Subject: branch staging updated: gnu: perl-pod-parser: Update to 1.65.
Date: Sat, 23 Jul 2022 00:13:16 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new c0c6944f1a gnu: perl-pod-parser: Update to 1.65.
c0c6944f1a is described below

commit c0c6944f1a663e994f50b2154e40378a802b08a4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 22 16:13:15 2022 +0200

    gnu: perl-pod-parser: Update to 1.65.
    
    * gnu/packages/perl.scm (perl-pod-parser): Update to 1.65.
---
 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 c4e9367a73..93284da2bc 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8571,7 +8571,7 @@ for a given module is comprehensive.")
 (define-public perl-pod-parser
   (package
     (name "perl-pod-parser")
-    (version "1.63")
+    (version "1.65")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -8579,7 +8579,7 @@ for a given module is comprehensive.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1k8clxxdjag56zm6cv38c3q81gj7xphfhh98l21jynwp55hvbq6v"))))
+                "12mj07a34shx5h203l693fra7ip9hc49zrd7w8gsa5llcpnbv9rv"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/Pod-Parser";)
     (synopsis "Modules for parsing/translating POD format documents")



reply via email to

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