python310Packages.pyopenuv: update disable

main
Fabian Affolter 2 years ago committed by GitHub
parent 02530e21ed
commit e7f711ef70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/python-modules/pyopenuv/default.nix

@ -17,13 +17,13 @@ buildPythonPackage rec {
version = "2022.04.0";
format = "pyproject";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "bachya";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-qPk3XA6ciID6h12102AGLxfaTmE63BzKPLvwFn6F1tM=";
hash = "sha256-qPk3XA6ciID6h12102AGLxfaTmE63BzKPLvwFn6F1tM=";
};
nativeBuildInputs = [

Loading…
Cancel
Save