python310Packages.validictory: disable
This commit is contained in:
parent
ac4a86a2f5
commit
a69da8d55e
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue