perlPackages.BKeywords: 1.24 -> 1.26

This commit is contained in:
Stig Palmquist
2023-07-06 14:14:32 +02:00
parent c865c30a00
commit c16e614897
+3 -3
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";