[cpan2nix] perlPackages.GDSecurityImage: 1.72 -> 1.73
This commit is contained in:
parent
814a94e533
commit
6815aa75bc
1 changed files with 4 additions and 4 deletions
|
@ -6050,11 +6050,11 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
GDSecurityImage = buildPerlPackage {
|
||||
name = "GD-SecurityImage-1.72";
|
||||
GDSecurityImage = buildPerlModule {
|
||||
name = "GD-SecurityImage-1.73";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/B/BU/BURAK/GD-SecurityImage-1.72.tar.gz;
|
||||
sha256 = "07a025krdaml5ls7gyssfdcsif6cnsnksrxkqk48n9dmv7rz7q1r";
|
||||
url = mirror://cpan/authors/id/B/BU/BURAK/GD-SecurityImage-1.73.tar.gz;
|
||||
sha256 = "1kaxs67rfd4w46lxgcg3pa05a596l0h1k8n4zk2gwrrar4022wpx";
|
||||
};
|
||||
propagatedBuildInputs = [ GD ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue