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:
parent
01c6607af9
commit
ed2e354b79
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue