me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/web.scm (perl-file-listing): Update to 6.15.
Efraim Flashner 2022-08-12 23:30:46 +03:00
parent f0e5d0329b
commit ca62b08cfa
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -3101,7 +3101,7 @@ RSS 0.91, RSS 1.0, RSS 2.0, Atom.")
(define-public perl-file-listing (define-public perl-file-listing
(package (package
(name "perl-file-listing") (name "perl-file-listing")
(version "6.11") (version "6.15")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3109,7 +3109,7 @@ RSS 0.91, RSS 1.0, RSS 2.0, Atom.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0vmzw1mhv580flzkla80gvwfpficnhlbqr1dnlf9x50bw7n18k62")))) "033p2ckkjbxrl390x8aq4wq4fpj5aidsazkbw82mhqxrksgzpi26"))))
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
(list perl-http-date)) (list perl-http-date))