diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-22 19:17:29 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 14:31:51 +0100 |
commit | 4a5758084ebf9409ba2b2bc226cab1d683a375e7 (patch) | |
tree | 6a529ee3db5d40579c80d58b58f60623e18b7b48 /gnu | |
parent | 59a5a1df3393f7ea1f9deaa6e4aaa0b8163bc93b (diff) | |
download | guix-4a5758084ebf9409ba2b2bc226cab1d683a375e7.tar.gz |
gnu: perl-b-keywords: Update to 1.20.
* gnu/packages/perl.scm (perl-b-keywords): Update to 1.20.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/perl.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 26365833fa..64f6f31dac 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -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") |