mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
[cpan2nix] perlPackages.DateTimeFormatW3CDTF: 0.06 -> 0.07
This commit is contained in:
parent
65d19e3664
commit
c7d2870cff
@ -3735,10 +3735,10 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
DateTimeFormatW3CDTF = buildPerlPackage {
|
||||
name = "DateTime-Format-W3CDTF-0.06";
|
||||
name = "DateTime-Format-W3CDTF-0.07";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/G/GW/GWILLIAMS/DateTime-Format-W3CDTF-0.06.tar.gz;
|
||||
sha256 = "b9a542bed9c52b0a89dd590a5184e38ee334c824bbe6bac842dd7dd1f88fbd7a";
|
||||
url = mirror://cpan/authors/id/G/GW/GWILLIAMS/DateTime-Format-W3CDTF-0.07.tar.gz;
|
||||
sha256 = "69a02b661bbf1daa14a4813cb6786eaa66dbdf2743f0b3f458e30234c3a26268";
|
||||
};
|
||||
propagatedBuildInputs = [ DateTime ];
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user