python310Packages.validictory: disable
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, pythonAtLeast
|
||||
, fetchPypi
|
||||
}:
|
||||
|
||||
@@ -7,6 +8,8 @@ buildPythonPackage rec {
|
||||
pname = "validictory";
|
||||
version = "1.1.2";
|
||||
|
||||
disabled = pythonAtLeast "3.10"; # abandoned, should be removed when we move to py310/311
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1fim11vj990rmn59qd67knccjx1p4an7gavbgprpabsrb13bi1rs";
|
||||
|
||||
Reference in New Issue
Block a user