gnu: perl-memoize-expirelru: Update to 0.56.

* gnu/packages/perl.scm (perl-memoize-expirelru): Update to 0.56.
[source]: Update URI.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-03 21:09:33 +02:00
parent 01c6607af9
commit ed2e354b79
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -4913,15 +4913,15 @@ return values, trading space for time.")
(define-public perl-memoize-expirelru (define-public perl-memoize-expirelru
(package (package
(name "perl-memoize-expirelru") (name "perl-memoize-expirelru")
(version "0.55") (version "0.56")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/B/BP/BPOWERS/" (uri (string-append "mirror://cpan/authors/id/N/NE/NEILB/"
"Memoize-ExpireLRU-" version ".tar.gz")) "Memoize-ExpireLRU-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0klk0vj78lr259mnv1rbxib8gzf2cfp4zhkhbcxyhadkkl73myvj")))) "1xnp3jqabl4il5kfadlqimbxhzsbm7gpwrgw0m5s5fdsrc0n70zf"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Memoize-ExpireLRU/") (home-page "http://search.cpan.org/dist/Memoize-ExpireLRU/")
(synopsis "Expiry plug-in for Memoize that adds LRU cache expiration") (synopsis "Expiry plug-in for Memoize that adds LRU cache expiration")