[cpan2nix] perlPackages.CloneChoose: 0.008 -> 0.010

This commit is contained in:
volth 2018-06-02 20:36:48 +00:00
parent 00e3193189
commit ccbdd7372e

View File

@ -2338,12 +2338,12 @@ let self = _self // overrides; _self = with self; {
}; };
CloneChoose = buildPerlPackage rec { CloneChoose = buildPerlPackage rec {
name = "Clone-Choose-0.008"; name = "Clone-Choose-0.010";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/H/HE/HERMES/Clone-Choose-0.008.tar.gz; url = mirror://cpan/authors/id/H/HE/HERMES/Clone-Choose-0.010.tar.gz;
sha256 = "0grf0bg1ldzqakaq7aaigjngwd07zybrlmwjcnb0q986q0jcfank"; sha256 = "0cin2bjn5z8xhm9v4j7pwlkx88jnvz8al0njdjwyvs6fb0glh8sn";
}; };
buildInputs = [ Clone ClonePP ]; buildInputs = [ Clone ClonePP TestWithoutModule ];
meta = { meta = {
description = "Choose appropriate clone utility"; description = "Choose appropriate clone utility";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];