perlPackages.DBIxClassSchemaLoader: 0.07049 -> 0.07051

This commit is contained in:
Stig Palmquist 2023-10-10 11:56:06 +02:00
parent 08b742fc0d
commit 1df3413e72

View file

@ -7250,10 +7250,10 @@ with self; {
DBIxClassSchemaLoader = buildPerlPackage {
pname = "DBIx-Class-Schema-Loader";
version = "0.07049";
version = "0.07051";
src = fetchurl {
url = "mirror://cpan/authors/id/I/IL/ILMARI/DBIx-Class-Schema-Loader-0.07049.tar.gz";
hash = "sha256-6GnN3hN4z+vM8imwzeWNJ0bcYIC3X1bQcqpfH852p2Q=";
url = "mirror://cpan/authors/id/V/VE/VEESH/DBIx-Class-Schema-Loader-0.07051.tar.gz";
hash = "sha256-GgieUISlJ2j0J0vCGB3LrhTcxXnk2YD89WnGeBsGCSw=";
};
buildInputs = [ DBDSQLite TestDeep TestDifferences TestException TestWarn ];
propagatedBuildInputs = [ CarpClan ClassUnload DBIxClass DataDump StringToIdentifierEN curry ];