diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-08 15:51:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-08 15:57:32 +0200 |
commit | c4e48255d943a50b6b4aa7fe41c82a93bd376dbf (patch) | |
tree | 97f6edeb7fbf40af858b3500e56008272af6feed | |
parent | 7db756f785b92332b09a481db74cc60392787ac2 (diff) |
gnu: perl-file-listing: Update to 6.11.
* gnu/packages/web.scm (perl-file-listing): Update to 6.11.
-rw-r--r-- | gnu/packages/web.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index b798e0abca..54e914e900 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))) |