Skip to content

Commit

Permalink
Revert "[cpan2nix] perlPackages.GetoptLongDescriptive: 0.102 -> 0.103"
Browse files Browse the repository at this point in the history
It broke perlPackages.MouseXGetOpt

This reverts commit ad47c38.

(cherry picked from commit 9889c0f)
  • Loading branch information
xeji committed Sep 3, 2018
1 parent d7cd099 commit 4c00a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6465,10 +6465,10 @@ let
};

GetoptLongDescriptive = buildPerlPackage rec {
name = "Getopt-Long-Descriptive-0.103";
name = "Getopt-Long-Descriptive-0.102";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
sha256 = "70e1bae7404a9dfb638b5d12e5bd4ea97e3bee743a4555909307d68e0111f4b2";
sha256 = "9ad4b98f294aa0515cc3150a1ae878d39e470762b78d8bd9df055eba9dea2846";
};
buildInputs = [ CPANMetaCheck TestFatal TestWarnings ];
propagatedBuildInputs = [ ParamsValidate SubExporter ];
Expand Down

0 comments on commit 4c00a04

Please sign in to comment.