perlPackages.SyntaxKeywordJunction: update from 0.003006 to 0.003007

This commit is contained in:
Peter Simons 2014-04-07 13:59:32 +02:00
parent f3ceb45292
commit f8da8e1b54

View File

@ -7847,10 +7847,10 @@ let self = _self // overrides; _self = with self; {
};
SyntaxKeywordJunction = buildPerlPackage {
name = "Syntax-Keyword-Junction-0.003006";
name = "Syntax-Keyword-Junction-0.003007";
src = fetchurl {
url = mirror://cpan/authors/id/F/FR/FREW/Syntax-Keyword-Junction-0.003006.tar.gz;
sha256 = "182ab56d86bf3acf292d4ed5893ae0134f43843cdadba3e18f9885e6f86035ec";
url = mirror://cpan/authors/id/F/FR/FREW/Syntax-Keyword-Junction-0.003007.tar.gz;
sha256 = "0c8jvy5lkshw5gyl037gmkh7c51k3sdvpywq0zwlw4ikvrcgsglj";
};
propagatedBuildInputs = [ SubExporterProgressive TestRequires syntax ];
meta = {