perlPackages.TestDeep: 1.130 -> 1.204

This commit is contained in:
Stig Palmquist 2023-10-10 11:57:22 +02:00
parent c35d8fc46a
commit dfaa5331f5

View File

@ -24087,10 +24087,10 @@ with self; {
TestDeep = buildPerlPackage {
pname = "Test-Deep";
version = "1.130";
version = "1.204";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RJ/RJBS/Test-Deep-1.130.tar.gz";
hash = "sha256-QGT0lPX2JYfQrlAcpDkQWCHuWEbGh9xlAyM/VTAKfFY=";
url = "mirror://cpan/authors/id/R/RJ/RJBS/Test-Deep-1.204.tar.gz";
hash = "sha256-tlkfbM3YU8fvyf88V1Y3BAMhHP/kYEfwgrHNFhGoTl8=";
};
meta = {
description = "Extremely flexible deep comparison";