mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
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:
parent
7394efb23e
commit
db39f9def1
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue