Skip to content

Commit

Permalink
Merge pull request #144760 from sternenseemann/perl-datetime-format-r…
Browse files Browse the repository at this point in the history
…fc3339-1.2.0
  • Loading branch information
SuperSandro2000 authored Nov 5, 2021
2 parents 354ff09 + caeab83 commit b61cc55
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5804,6 +5804,20 @@ let
};
};

DateTimeFormatRFC3339 = buildPerlPackage rec {
pname = "DateTime-Format-RFC3339";
version = "1.2.0";
src = fetchurl {
url = "mirror://cpan/authors/id/I/IK/IKEGAMI/DateTime-Format-RFC3339-v${version}.tar.gz";
sha256 = "1xqdbbiksy6kapc3mv3ayjahmxxlzmb5x7rad4by1iii9hif2vhk";
};
propagatedBuildInputs = [ DateTime ];
meta = {
description = "Parse and format RFC3339 datetime strings";
license = lib.licenses.cc0;
};
};

DateTimeSet = buildPerlModule {
pname = "DateTime-Set";
version = "0.3900";
Expand Down

0 comments on commit b61cc55

Please sign in to comment.