python310Packages.elementpath: update disable

This commit is contained in:
Fabian Affolter 2022-04-29 11:08:49 +02:00 committed by GitHub
parent c0cdc99372
commit f917a3a072
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@ buildPythonPackage rec {
version = "2.5.1";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "sissaschool";
repo = "elementpath";
rev = "refs/tags/v${version}";
sha256 = "sha256-tejsQ6m9XyMGDIEDzWYwSav5Iqa9S/DIYShOpoSlTWo=";
hash = "sha256-tejsQ6m9XyMGDIEDzWYwSav5Iqa9S/DIYShOpoSlTWo=";
};
# avoid circular dependency with xmlschema which directly depends on this