mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
perlPackages.PathClass: update from 0.29 to 0.33
This commit is contained in:
parent
0f845d8e8b
commit
745dd43b05
1 changed files with 3 additions and 3 deletions
|
@ -6590,10 +6590,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
PathClass = buildPerlPackage {
|
||||
name = "Path-Class-0.29";
|
||||
name = "Path-Class-0.33";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/K/KW/KWILLIAMS/Path-Class-0.29.tar.gz;
|
||||
sha256 = "1z3wvci2qcb1m9qrkxphbnfnr4jqgxbxnxrmdb25ks8gap98hk4z";
|
||||
url = mirror://cpan/authors/id/K/KW/KWILLIAMS/Path-Class-0.33.tar.gz;
|
||||
sha256 = "0xy6s04xpslpzbb90x67yvfv0pjqnj1szxlx16vfx690iskcd36d";
|
||||
};
|
||||
meta = {
|
||||
description = "Cross-platform path specification manipulation";
|
||||
|
|
Loading…
Reference in a new issue