gnu: perl-file-listing: Update to 6.11.

* gnu/packages/web.scm (perl-file-listing): Update to 6.11.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-08 15:51:27 +02:00
parent 7db756f785
commit c4e48255d9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2854,15 +2854,15 @@ (define-public perl-feed-find
(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)))