perlPackages.DataUUIDMT: update from 1.000 to 1.001

This commit is contained in:
Nixpkgs Monitor 2013-12-22 01:37:17 +02:00 committed by Evgeny Egorochkin
parent 4228fe8377
commit 576cbb389a
1 changed files with 3 additions and 3 deletions

View File

@ -1884,10 +1884,10 @@ rec {
}; };
DataUUIDMT = buildPerlPackage { DataUUIDMT = buildPerlPackage {
name = "Data-UUID-MT-1.000"; name = "Data-UUID-MT-1.001";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/D/DA/DAGOLDEN/Data-UUID-MT-1.000.tar.gz; url = mirror://cpan/authors/id/D/DA/DAGOLDEN/Data-UUID-MT-1.001.tar.gz;
sha256 = "1bwrxv8fp4arwrmslsb7jlnafs8cww1p5f409d1l5kpyfj2vpsyp"; sha256 = "0bb7qibq1c5lhaihxa1sck9pb744p8c7172jgx5zh4c32ac4nk1h";
}; };
buildInputs = [ ListAllUtils ]; buildInputs = [ ListAllUtils ];
propagatedBuildInputs = [ MathRandomMTAuto ]; propagatedBuildInputs = [ MathRandomMTAuto ];