mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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
1 changed files with 3 additions and 3 deletions
|
@ -4913,15 +4913,15 @@ (define-public perl-memoize
|
|||
(define-public perl-memoize-expirelru
|
||||
(package
|
||||
(name "perl-memoize-expirelru")
|
||||
(version "0.55")
|
||||
(version "0.56")
|
||||
(source
|
||||
(origin
|
||||
(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"))
|
||||
(sha256
|
||||
(base32
|
||||
"0klk0vj78lr259mnv1rbxib8gzf2cfp4zhkhbcxyhadkkl73myvj"))))
|
||||
"1xnp3jqabl4il5kfadlqimbxhzsbm7gpwrgw0m5s5fdsrc0n70zf"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://search.cpan.org/dist/Memoize-ExpireLRU/")
|
||||
(synopsis "Expiry plug-in for Memoize that adds LRU cache expiration")
|
||||
|
|
Loading…
Reference in a new issue