[nix-update-cpan] perlPackages.TypeTiny: 1.010006 -> 1.012000

This commit is contained in:
Stig Palmquist 2020-12-13 13:27:17 +01:00
parent 8865f69e1d
commit 0a204c7366
1 changed files with 3 additions and 3 deletions

View File

@ -22263,10 +22263,10 @@ let
TypeTiny = buildPerlPackage {
pname = "Type-Tiny";
version = "1.010006";
version = "1.012000";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TO/TOBYINK/Type-Tiny-1.010006.tar.gz";
sha256 = "f1568e3f0bf103e65faadc1804c6184fe29bf52559e7ff3c12f4dad437befd82";
url = "mirror://cpan/authors/id/T/TO/TOBYINK/Type-Tiny-1.012000.tar.gz";
sha256 = "147axzi07g5akpzbzd2npvdyh9pmzv22a8la1dmylahw2qh15nyk";
};
propagatedBuildInputs = [ ExporterTiny ];
meta = {