[cpan2nix] perlPackages.GamesSolitaireVerify: 0.2202 -> 0.2403
This commit is contained in:
parent
570a52016c
commit
c662f6189a
@ -7799,13 +7799,13 @@ let
|
||||
|
||||
GamesSolitaireVerify = buildPerlModule {
|
||||
pname = "Games-Solitaire-Verify";
|
||||
version = "0.2202";
|
||||
version = "0.2403";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/Games-Solitaire-Verify-0.2202.tar.gz";
|
||||
sha256 = "14fe240613b41c9d3e7cc560eaabd78bd13ded66d2838b738b74f7d1811d9263";
|
||||
url = mirror://cpan/authors/id/S/SH/SHLOMIF/Games-Solitaire-Verify-0.2403.tar.gz;
|
||||
sha256 = "e5ab475c82ba1cb088ad28f423ca514d46944d6ae3c3eb55e9636e9e7f1dc893";
|
||||
};
|
||||
buildInputs = [ DirManifest TestDifferences ];
|
||||
propagatedBuildInputs = [ ClassXSAccessor ExceptionClass ListMoreUtils PathTiny ];
|
||||
propagatedBuildInputs = [ ClassXSAccessor ExceptionClass PathTiny ];
|
||||
meta = {
|
||||
description = "Verify solutions for solitaire games";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
Loading…
Reference in New Issue
Block a user