perlPackages.BKeywords: 1.24 -> 1.26

This commit is contained in:
Stig Palmquist 2023-07-06 13:07:16 +02:00
parent c865c30a00
commit c16e614897
No known key found for this signature in database
GPG key ID: C02CE66D684EC1FE

View file

@ -1705,10 +1705,10 @@ with self; {
BKeywords = buildPerlPackage rec {
pname = "B-Keywords";
version = "1.24";
version = "1.26";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RU/RURBAN/B-Keywords-1.24.tar.gz";
hash = "sha256-pc9rsoXQbRfO4id4O3I7snQhP9QVOl3uMR0kDhFpYG4=";
url = "mirror://cpan/authors/id/R/RU/RURBAN/B-Keywords-1.26.tar.gz";
hash = "sha256-LaoVXS8mf7De3Yf4pMT7VmOHn8EGUXse4lg1Pvh67TQ=";
};
meta = {
description = "Lists of reserved barewords and symbol names";