perlPackages: Add MIMEBase32

This commit is contained in:
Xesxen
2026-03-16 22:59:34 +01:00
parent e0027347ea
commit b4c57c5210
+17
View File
@@ -21485,6 +21485,23 @@ with self;
};
};
MIMEBase32 = buildPerlPackage {
pname = "MIME-Base32";
version = "1.303";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RE/REHSACK/MIME-Base32-1.303.tar.gz";
hash = "sha256-qyH6mRMOM6Cv9s21lvZH5eVl0gfWNLou8Gvb71BCTpk=";
};
meta = {
homepage = "https://metacpan.org/release/MIME-Base32";
description = "Base32 encoder and decoder";
license = with lib.licenses; [
artistic1
gpl1Plus
];
};
};
MIMECharset = buildPerlPackage {
pname = "MIME-Charset";
version = "1.013.1";