mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: perl-b-keywords: Update to 1.26.
* gnu/packages/perl.scm (perl-b-keywords): Update to 1.26. Change-Id: I3fdb9acf9f257ff9583179e29b2e6a26104b7e0d
This commit is contained in:
parent
2d40e6f7ab
commit
33783e3695
1 changed files with 2 additions and 2 deletions
|
@ -927,14 +927,14 @@ (define-public perl-b-hooks-op-check
|
|||
(define-public perl-b-keywords
|
||||
(package
|
||||
(name "perl-b-keywords")
|
||||
(version "1.22")
|
||||
(version "1.26")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/B-Keywords-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0i2ksp0w9wv1qc22hrdl3k48cww64syhmv8zf6x0kgyd4081hr56"))))
|
||||
(base32 "0d7dgbw3wdaqw8g7nl86q6gqfqsnzg2a9y47vpgb0zr65xfibaid"))))
|
||||
(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