python37Packages.sortedcollections: 1.0.1 -> 1.1.2

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-sortedcollections/versions
This commit is contained in:
R. RyanTM 2019-01-16 09:48:50 -08:00
parent 36c904d637
commit 1d7411f294
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "sortedcollections";
version = "1.0.1";
version = "1.1.2";
src = fetchPypi {
inherit pname version;
sha256 = "12q1gf81l53mv634hk259aql69k9572nfv5gsn8gxlywdly2z63b";
sha256 = "12nkw69lnyvh9wy6rsd0ng4bcia81vkhj1rj1kj1k3vzppn0sgmr";
};
buildInputs = [ sortedcontainers ];