From 85fe494c4822aa330fad152685624269462b5db7 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sun, 13 Sep 2015 12:59:57 +0200 Subject: [PATCH] Text-RecordParser: 1.5.0 -> 1.6.5 --- pkgs/top-level/perl-packages.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index c934fcc8d6f..9373afa915e 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -11328,18 +11328,19 @@ let self = _self // overrides; _self = with self; { }; TextRecordParser = buildPerlPackage rec { - name = "Text-RecordParser-1.5.0"; + name = "Text-RecordParser-1.6.5"; src = fetchurl { - url = "mirror://cpan/authors/id/K/KC/KCLARK/Text-RecordParser-v1.5.0.tar.gz"; - sha256 = "0zlwpayjnpjani3v3hgi77207i3n5fppcxww20chdldx98dkj7jm"; + url = "mirror://cpan/authors/id/K/KC/KCLARK/${name}.tar.gz"; + sha256 = "0nn33c058bl957v38xhqig4ld34lifl4arqiilhxky339i0q2fys"; }; # In a NixOS chroot build, the tests fail because the font configuration # at /etc/fonts/font.conf is not available. doCheck = false; - propagatedBuildInputs = [ TestException IOStringy ClassAccessor Readonly ListMoreUtils - TestPod TestPodCoverage GraphViz ReadonlyXS TextTabularDisplay]; + propagatedBuildInputs = [ TestException IOStringy ClassAccessor Readonly + ListMoreUtils TestPod TestPodCoverage GraphViz ReadonlyXS + TextTabularDisplay]; }; TextReform = buildPerlPackage {