[cpan2nix] perlPackages.ObjectInsideOut: 4.04 -> 4.05
This commit is contained in:
parent
6df39da02d
commit
f21d96a1b4
1 changed files with 3 additions and 3 deletions
|
@ -11557,10 +11557,10 @@ let
|
|||
};
|
||||
|
||||
ObjectInsideOut = buildPerlModule {
|
||||
name = "Object-InsideOut-4.04";
|
||||
name = "Object-InsideOut-4.05";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/J/JD/JDHEDDEN/Object-InsideOut-4.04.tar.gz;
|
||||
sha256 = "01pncagr3k7yj0rn22xap08s17nw2p2ffcg6j00gs9fg4jv9pfmj";
|
||||
url = mirror://cpan/authors/id/J/JD/JDHEDDEN/Object-InsideOut-4.05.tar.gz;
|
||||
sha256 = "1i6aif37ji91nsyncp5d0d3q29clf009sxdn1rz38917hai6rzcx";
|
||||
};
|
||||
propagatedBuildInputs = [ ExceptionClass ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue