guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: perl-file-listing: Update to 6.11.


From: guix-commits
Subject: 09/13: gnu: perl-file-listing: Update to 6.11.
Date: Thu, 8 Oct 2020 10:02:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c4e48255d943a50b6b4aa7fe41c82a93bd376dbf
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 8 15:51:27 2020 +0200

    gnu: perl-file-listing: Update to 6.11.
    
    * gnu/packages/web.scm (perl-file-listing): Update to 6.11.
---
 gnu/packages/web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index b798e0a..54e914e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2854,15 +2854,15 @@ RSS 0.91, RSS 1.0, RSS 2.0, Atom.")
 (define-public perl-file-listing
   (package
     (name "perl-file-listing")
-    (version "6.04")
+    (version "6.11")
     (source (origin
              (method url-fetch)
              (uri (string-append
-                   "mirror://cpan/authors/id/G/GA/GAAS/File-Listing-"
+                   "mirror://cpan/authors/id/P/PL/PLICEASE/File-Listing-"
                    version ".tar.gz"))
              (sha256
               (base32
-               "1xcwjlnxaiwwpn41a5yi6nz95ywh3szq5chdxiwj36kqsvy5000y"))))
+               "0vmzw1mhv580flzkla80gvwfpficnhlbqr1dnlf9x50bw7n18k62"))))
     (build-system perl-build-system)
     (propagated-inputs
      `(("perl-http-date" ,perl-http-date)))



reply via email to

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