perl-SQL-Abstract: 1.80 -> 1.81
This commit is contained in:
parent
d9ed2a53d3
commit
9da27816cc
@ -9719,17 +9719,18 @@ let self = _self // overrides; _self = with self; {
|
|||||||
propagatedBuildInputs = [ IOStringy OLEStorageLight ];
|
propagatedBuildInputs = [ IOStringy OLEStorageLight ];
|
||||||
};
|
};
|
||||||
|
|
||||||
SQLAbstract = buildPerlPackage {
|
SQLAbstract = buildPerlPackage rec {
|
||||||
name = "SQL-Abstract-1.80";
|
name = "SQL-Abstract-1.81";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/R/RI/RIBASUSHI/SQL-Abstract-1.80.tar.gz;
|
url = "mirror://cpan/authors/id/R/RI/RIBASUSHI/${name}.tar.gz";
|
||||||
sha256 = "de4d0507fca0c6340c17867abca0632017bd56594443e67ea6ace826ba9a07a2";
|
sha256 = "5f4d5618ce2424d62bbfdb5228b382e8be0e0ccedbb273d6d850e25d07e64f9f";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestDeep TestException TestWarn ];
|
buildInputs = [ 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";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
maintainers = [ maintainers.rycee ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user