gnu: perl-cache-fastmmap: Update to 1.47.
* gnu/packages/perl.scm (perl-cache-fastmmap): Update to 1.47.
This commit is contained in:
parent
590b1f92bb
commit
f2af1ac555
|
@ -667,15 +667,14 @@ easy to use abstraction of the file system or shared memory.")
|
||||||
(define-public perl-cache-fastmmap
|
(define-public perl-cache-fastmmap
|
||||||
(package
|
(package
|
||||||
(name "perl-cache-fastmmap")
|
(name "perl-cache-fastmmap")
|
||||||
(version "1.40")
|
(version "1.47")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/R/RO/ROBM/"
|
(uri (string-append "mirror://cpan/authors/id/R/RO/ROBM/"
|
||||||
"Cache-FastMmap-" version ".tar.gz"))
|
"Cache-FastMmap-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0fdni3iyjfnx8ldgrz3h6z6yxbklrx76klcghg6xvmzd878yqlmi"))))
|
||||||
"0h3ckr04cdn6dvl40m4m97vl5ybf30v1lwhw3jvkr92kpksvq4hd"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "https://metacpan.org/release/Cache-FastMmap")
|
(home-page "https://metacpan.org/release/Cache-FastMmap")
|
||||||
(synopsis "Shared memory interprocess cache via mmap")
|
(synopsis "Shared memory interprocess cache via mmap")
|
||||||
|
|
Loading…
Reference in New Issue