~ruther/guix-local

33783e36952a03b3d9fed9087e3476e50249aeed — Maxim Cournoyer 2 years ago 2d40e6f
gnu: perl-b-keywords: Update to 1.26.

* gnu/packages/perl.scm (perl-b-keywords): Update to 1.26.

Change-Id: I3fdb9acf9f257ff9583179e29b2e6a26104b7e0d
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/perl.scm
M gnu/packages/perl.scm => gnu/packages/perl.scm +2 -2
@@ 927,14 927,14 @@ compiling the surrounding scope.")
(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")