python310Packages.elementpath: update disable

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

@ -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

Loading…
Cancel
Save