mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
[cpan2nix] perlPackages.MojoSQLite: 3.003 -> 3.004
This commit is contained in:
parent
582d13d5a6
commit
7491754283
@ -12952,10 +12952,10 @@ let
|
||||
|
||||
MojoSQLite = buildPerlModule {
|
||||
pname = "Mojo-SQLite";
|
||||
version = "3.003";
|
||||
version = "3.004";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DB/DBOOK/Mojo-SQLite-3.003.tar.gz";
|
||||
sha256 = "d96c00dcf45e2becc8e8181df074853d42616f2a660703455d0e0a2741478092";
|
||||
url = "mirror://cpan/authors/id/D/DB/DBOOK/Mojo-SQLite-3.004.tar.gz";
|
||||
sha256 = "d9ca9c1f3e8183611638e318b88ad3c0f8ab7e65f6ac72e48bffe51aea03b983";
|
||||
};
|
||||
buildInputs = [ ModuleBuildTiny ];
|
||||
propagatedBuildInputs = [ DBDSQLite Mojolicious SQLAbstract URIdb ];
|
||||
|
Loading…
Reference in New Issue
Block a user