gnu: perl-cache-fastmmap: Update to 1.47.

* gnu/packages/perl.scm (perl-cache-fastmmap): Update to 1.47.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-23 14:22:55 +01:00
parent 590b1f92bb
commit f2af1ac555
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -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")