python3Packages.mizani: adjust disable

This commit is contained in:
Fabian Affolter 2022-04-03 08:53:23 +02:00 committed by GitHub
parent 80b0dabd3a
commit 4cc3aa4d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@ buildPythonPackage rec {
version = "0.7.4"; version = "0.7.4";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "has2k1"; owner = "has2k1";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-oqbo/aQ5L1nQO8BvXH6/8PBPiWcv2m/LUjwow8+J90w="; hash = "sha256-oqbo/aQ5L1nQO8BvXH6/8PBPiWcv2m/LUjwow8+J90w=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [