[cpan2nix] perlPackages.Encode: 2.97 -> 2.98
This commit is contained in:
parent
fb01dd8af5
commit
dfdf7b6f7e
1 changed files with 2 additions and 2 deletions
|
@ -5225,10 +5225,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
Encode = buildPerlPackage rec {
|
||||
name = "Encode-2.97";
|
||||
name = "Encode-2.98";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DA/DANKOGAI/${name}.tar.gz";
|
||||
sha256 = "044d2fc743bdf5ce4509a0e717a7adb31d488dafae63fde794f57a9f47b2ecb7";
|
||||
sha256 = "303d396477c94c43c2f83da1a8025d68de76bd7e52c2cc35fbdf5c59b4c2cffa";
|
||||
};
|
||||
meta = {
|
||||
description = "Character encodings in Perl";
|
||||
|
|
Loading…
Reference in a new issue