gnu: perl-b-keywords: Update to 1.20.

* gnu/packages/perl.scm (perl-b-keywords): Update to 1.20.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-22 19:17:29 +01:00
parent 59a5a1df33
commit 4a5758084e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -469,15 +469,14 @@ compiling the surrounding scope.")
(define-public perl-b-keywords (define-public perl-b-keywords
(package (package
(name "perl-b-keywords") (name "perl-b-keywords")
(version "1.15") (version "1.20")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/B-Keywords-" (uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/B-Keywords-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "12jvx5gnypqxal4valkf9lidba9nz7kjk2wvm07q3hkmdqxw1zk0"))))
"1nhdplmd0y69lnwyajg3anhk6pm13nm6qzm05nzpz8zl7j7fzlk5"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "https://metacpan.org/release/B-Keywords") (home-page "https://metacpan.org/release/B-Keywords")
(synopsis "Lists of reserved barewords and symbol names") (synopsis "Lists of reserved barewords and symbol names")