gnu: perl-b-keywords: Update to 1.22.
* gnu/packages/perl.scm (perl-b-keywords): Update to 1.22.
This commit is contained in:
parent
b81fde8013
commit
a05c1531b0
1 changed files with 2 additions and 2 deletions
|
@ -715,14 +715,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.20")
|
(version "1.22")
|
||||||
(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 "12jvx5gnypqxal4valkf9lidba9nz7kjk2wvm07q3hkmdqxw1zk0"))))
|
(base32 "0i2ksp0w9wv1qc22hrdl3k48cww64syhmv8zf6x0kgyd4081hr56"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue