perlPackages.BKeywords: 1.21 -> 1.22
This fixes the build (tests), probably after perl update.
This commit is contained in:
parent
680d6a235f
commit
6e001c1ace
@ -1328,12 +1328,12 @@ let
|
||||
propagatedBuildInputs = [ CarpClan ];
|
||||
};
|
||||
|
||||
BKeywords = buildPerlPackage {
|
||||
BKeywords = buildPerlPackage rec {
|
||||
pname = "B-Keywords";
|
||||
version = "1.21";
|
||||
version = "1.22";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/R/RU/RURBAN/B-Keywords-1.21.tar.gz";
|
||||
sha256 = "12481z1z1nyrjlkizzqn4cdmcrfjkc3hvxppqipsf6r5gnffh9as";
|
||||
url = "mirror://cpan/authors/id/R/RU/RURBAN/B-Keywords-${version}.tar.gz";
|
||||
sha256 = "0i2ksp0w9wv1qc22hrdl3k48cww64syhmv8zf6x0kgyd4081hr56";
|
||||
};
|
||||
meta = {
|
||||
description = "Lists of reserved barewords and symbol names";
|
||||
|
Loading…
Reference in New Issue
Block a user