[cpan2nix] perlPackages.HTTPDate: 6.02 -> 6.05

This commit is contained in:
volth 2019-11-23 12:42:47 +00:00
parent f6e5f88973
commit bcdc1bec84

View File

@ -8577,15 +8577,16 @@ let
HTTPDate = buildPerlPackage { HTTPDate = buildPerlPackage {
pname = "HTTP-Date"; pname = "HTTP-Date";
version = "6.02"; version = "6.05";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/G/GA/GAAS/HTTP-Date-6.02.tar.gz; url = mirror://cpan/authors/id/O/OA/OALDERS/HTTP-Date-6.05.tar.gz;
sha256 = "0cz357kafhhzw7w59iyi0wvhw7rlh5g1lh38230ckw7rl0fr9fg8"; sha256 = "0awjdbz7x0jd5pna55dwxhs3k6xp3sw6b2zg3p2yndxxvya64p9n";
}; };
meta = { meta = {
description = "Date conversion routines"; description = "Date conversion routines";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
}; };
propagatedBuildInputs = [ TimeDate TimeLocal ];
}; };
HTTPEntityParser = buildPerlModule { HTTPEntityParser = buildPerlModule {