[cpan2nix] perlPackages.EncodeJIS2K: 0.02 -> 0.03
This commit is contained in:
parent
5545520597
commit
4a783a8c83
@ -4931,10 +4931,10 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
EncodeJIS2K = buildPerlPackage {
|
EncodeJIS2K = buildPerlPackage {
|
||||||
name = "Encode-JIS2K-0.02";
|
name = "Encode-JIS2K-0.03";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DA/DANKOGAI/Encode-JIS2K-0.02.tar.gz;
|
url = mirror://cpan/authors/id/D/DA/DANKOGAI/Encode-JIS2K-0.03.tar.gz;
|
||||||
sha256 = "5d718add5857f37fc270f24360bc9d100b72e0e13a11ca3149fe4e4d7c7cc4bf";
|
sha256 = "1ec84d72db39deb4dad6fca95acfcc21033f45a24d347c20f9a1a696896c35cc";
|
||||||
};
|
};
|
||||||
outputs = [ "out" ];
|
outputs = [ "out" ];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user