perl-xml-simple: add v2.25 (#36432)

This commit is contained in:
Alec Scott 2023-03-27 01:03:44 -07:00 committed by GitHub
parent b40f9f72ed
commit c69a1af5c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PerlXmlSimple(PerlPackage):
homepage = "https://metacpan.org/pod/XML::Simple"
url = "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-Simple-2.24.tar.gz"
version("2.25", sha256="531fddaebea2416743eb5c4fdfab028f502123d9a220405a4100e68fc480dbf8")
version("2.24", sha256="9a14819fd17c75fbb90adcec0446ceab356cab0ccaff870f2e1659205dc2424f")
depends_on("perl-xml-parser", type=("build", "run"))