splitmix: drop obsolete override

The 0.1.0.3 version is now the default.
This commit is contained in:
Peter Simons
2021-01-02 19:58:19 +01:00
parent 09caba2adf
commit 0a069fb1ef
3 changed files with 0 additions and 5 deletions
@@ -363,9 +363,6 @@ self: super: {
punycode = dontCheck super.punycode;
pwstore-cli = dontCheck super.pwstore-cli;
quantities = dontCheck super.quantities;
QuickCheck_2_14_2 = super.QuickCheck_2_14_2.override( {
splitmix = self.splitmix_0_1_0_3;
});
redis-io = dontCheck super.redis-io;
rethinkdb = dontCheck super.rethinkdb;
Rlang-QQ = dontCheck super.Rlang-QQ;