python311.pkgs.validobj: disable

This commit is contained in:
Alyssa Ross 2023-02-13 11:24:27 +00:00
parent d1801a813d
commit 832acbd743
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -1,5 +1,6 @@
{ lib
, buildPythonPackage
, pythonAtLeast
, fetchPypi
, flit
, hypothesis
@ -11,6 +12,9 @@ buildPythonPackage rec {
version = "0.6";
format = "pyproject";
# https://github.com/Zaharid/validobj/issues/8
disabled = pythonAtLeast "3.11";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-BvnHn0Erk87Ce3tYwYf0tBwRJMrG19Af/Y568VJ02uo=";