python37Packages.intervaltree: 2.1.0 -> 3.0.2 (#52803)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-intervaltree/versions
This commit is contained in:
R. RyanTM 2018-12-30 11:09:50 -08:00 committed by Benno Fünfstück
parent 7394efb23e
commit db39f9def1

View file

@ -2,12 +2,12 @@
, python, pytest, sortedcontainers }:
buildPythonPackage rec {
version = "2.1.0";
version = "3.0.2";
pname = "intervaltree";
src = fetchPypi {
inherit pname version;
sha256 = "02w191m9zxkcjqr1kv2slxvhymwhj3jnsyy3a28b837pi15q19dc";
sha256 = "0wz234g6irlm4hivs2qzmnywk0ss06ckagwh15nflkyb3p462kyb";
};
buildInputs = [ pytest ];