perlPackages.BKeywords: 1.21 -> 1.22

This fixes the build (tests), probably after perl update.
This commit is contained in:
Vladimír Čunát 2021-07-20 10:09:19 +02:00
parent 680d6a235f
commit 6e001c1ace
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -1328,12 +1328,12 @@ let
propagatedBuildInputs = [ CarpClan ]; propagatedBuildInputs = [ CarpClan ];
}; };
BKeywords = buildPerlPackage { BKeywords = buildPerlPackage rec {
pname = "B-Keywords"; pname = "B-Keywords";
version = "1.21"; version = "1.22";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/R/RU/RURBAN/B-Keywords-1.21.tar.gz"; url = "mirror://cpan/authors/id/R/RU/RURBAN/B-Keywords-${version}.tar.gz";
sha256 = "12481z1z1nyrjlkizzqn4cdmcrfjkc3hvxppqipsf6r5gnffh9as"; sha256 = "0i2ksp0w9wv1qc22hrdl3k48cww64syhmv8zf6x0kgyd4081hr56";
}; };
meta = { meta = {
description = "Lists of reserved barewords and symbol names"; description = "Lists of reserved barewords and symbol names";