mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 02:33:25 +00:00
perlPackages.SQLAbstract: 1.87 -> 2.000001
This commit is contained in:
parent
988915a17d
commit
6c1650969d
@ -20167,12 +20167,12 @@ let
|
|||||||
|
|
||||||
SQLAbstract = buildPerlPackage {
|
SQLAbstract = buildPerlPackage {
|
||||||
pname = "SQL-Abstract";
|
pname = "SQL-Abstract";
|
||||||
version = "1.87";
|
version = "2.000001";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/I/IL/ILMARI/SQL-Abstract-1.87.tar.gz";
|
url = "mirror://cpan/authors/id/M/MS/MSTROUT/SQL-Abstract-2.000001.tar.gz";
|
||||||
sha256 = "e926a0a83da7efa18e57e5b2952a2ab3b7563a51733fc6dd5c89f12156481c4a";
|
sha256 = "sha256-NaZCZiw0lCDUS+bg732HZep0PrEq0UOZqjojK7lObpo=";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestDeep TestException TestWarn ];
|
buildInputs = [ DataDumperConcise TestDeep TestException TestWarn ];
|
||||||
propagatedBuildInputs = [ HashMerge MROCompat Moo ];
|
propagatedBuildInputs = [ HashMerge MROCompat Moo ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Generate SQL from Perl data structures";
|
description = "Generate SQL from Perl data structures";
|
||||||
|
Loading…
Reference in New Issue
Block a user