python310Packages.validictory: disable

This commit is contained in:
Martin Weinelt 2022-03-31 23:45:41 +02:00
parent ac4a86a2f5
commit a69da8d55e

View file

@ -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";