perlPackages.pcsc-perl: 1.4.13 -> 1.4.14

This commit is contained in:
Nikolay Amiantov 2016-11-23 18:09:00 +03:00
parent c240000451
commit 1ff70e9f41

View file

@ -10066,10 +10066,10 @@ let self = _self // overrides; _self = with self; {
}; };
pcscperl = buildPerlPackage { pcscperl = buildPerlPackage {
name = "pcsc-perl-1.4.13"; name = "pcsc-perl-1.4.14";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/W/WH/WHOM/pcsc-perl-1.4.13.tar.bz2; url = "mirror://cpan/authors/id/W/WH/WHOM/pcsc-perl-1.4.14.tar.bz2";
sha256 = "a5f7dfb30be0346cfe80d47749994dab861592929d80786104693987b36e3684"; sha256 = "17f6i16jv6ci6459vh6y3sz94vgcvykjjszcl4xsykryakjvf8i7";
}; };
buildInputs = [ pkgs.pcsclite ]; buildInputs = [ pkgs.pcsclite ];
nativeBuildInputs = [ pkgs.pkgconfig ]; nativeBuildInputs = [ pkgs.pkgconfig ];