perlPackages.XXX: 0.35 -> 0.38

This commit is contained in:
Stig Palmquist 2023-10-10 11:57:35 +02:00
parent 7380cd5369
commit adcacfc279

View File

@ -28210,10 +28210,10 @@ with self; {
XXX = buildPerlPackage {
pname = "XXX";
version = "0.35";
version = "0.38";
src = fetchurl {
url = "mirror://cpan/authors/id/I/IN/INGY/XXX-0.35.tar.gz";
hash = "sha256-pmY2DEl9zgf0HL5FtfjExW24G8iPDHU/Qaxv0QYU86s=";
url = "mirror://cpan/authors/id/I/IN/INGY/XXX-0.38.tar.gz";
hash = "sha256-0QUQ6gD2Gav0erKZ8Ui9WzYM+gfcDtUYE4t87HJpLSo=";
};
propagatedBuildInputs = [ YAMLPP ];
meta = {