mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: perl-b-keywords: Update to 1.20.
* gnu/packages/perl.scm (perl-b-keywords): Update to 1.20.
This commit is contained in:
parent
59a5a1df33
commit
4a5758084e
1 changed files with 2 additions and 3 deletions
|
@ -469,15 +469,14 @@ (define-public perl-b-hooks-op-check
|
|||
(define-public perl-b-keywords
|
||||
(package
|
||||
(name "perl-b-keywords")
|
||||
(version "1.15")
|
||||
(version "1.20")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/B-Keywords-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1nhdplmd0y69lnwyajg3anhk6pm13nm6qzm05nzpz8zl7j7fzlk5"))))
|
||||
(base32 "12jvx5gnypqxal4valkf9lidba9nz7kjk2wvm07q3hkmdqxw1zk0"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/B-Keywords")
|
||||
(synopsis "Lists of reserved barewords and symbol names")
|
||||
|
|
Loading…
Reference in a new issue