lol

python3Packages.pyopenuv: 2021.10.0 -> 2021.11.0

+2 -3
+2 -3
pkgs/development/python-modules/pyopenuv/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "pyopenuv"; 17 - version = "2021.10.0"; 17 + version = "2021.11.0"; 18 18 format = "pyproject"; 19 19 20 20 disabled = pythonOlder "3.6"; ··· 23 23 owner = "bachya"; 24 24 repo = pname; 25 25 rev = version; 26 - sha256 = "sha256-3zTyW3eXOA9frSAy4g7iWhymc1hBo0hrxIgPLMqrLTs="; 26 + sha256 = "sha256-J0YIq00/GcWEL23UHmN98Jp/imOAz8NLzhMdk8WFozk="; 27 27 }; 28 28 29 29 nativeBuildInputs = [ ··· 43 43 pytestCheckHook 44 44 ]; 45 45 46 - # Ignore the examples as they are prefixed with test_ 47 46 disabledTestPaths = [ 48 47 # Ignore the examples as they are prefixed with test_ 49 48 "examples/"