perlPackages.DBFile: update from 1.826 to 1.831

This commit is contained in:
Nixpkgs Monitor 2013-12-20 17:57:24 +02:00 committed by Evgeny Egorochkin
parent ea3fee8e88
commit bfa9f1a9f9

View file

@ -1,11 +1,11 @@
{fetchurl, buildPerlPackage, db4}:
buildPerlPackage rec {
name = "DB_File-1.826";
name = "DB_File-1.831";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PM/PMQS/${name}.tar.gz";
sha256 = "c39828ef3cfecff8197ff057cb1c6127b87107c051d182b87c6b9ac79d23f09c";
sha256 = "0hq2vvcsa3nkb5bpcl0nkfsxhk8wyrsp3p3ara18rscrfd783hjs";
};
preConfigure = ''