Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3.pkgs.releases: fix compatibility with semantic_version >= 2.7
Previously, derivation patched-out constraint on semantic_version, but did not address run-time error about Call either Version('1.2.3') or Version(major=1, ...). This is known issue, but upstream chooses to pin "semantic_version<2.7" as solution. More information in bitprophet/releases#86.
- Loading branch information