gnu: perl-b-keywords: Update to 1.20.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 22 Mar 2019 18:17:29 +0000 (19:17 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 23 Mar 2019 13:31:51 +0000 (14:31 +0100)
* gnu/packages/perl.scm (perl-b-keywords): Update to 1.20.

gnu/packages/perl.scm

index 2636583..64f6f31 100644 (file)
@@ -469,15 +469,14 @@ compiling the surrounding scope.")
 (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")