Merge pull request #69801 from r-ryantm/auto-update/python3.7-affine

python37Packages.affine: 2.2.2 -> 2.3.0
This commit is contained in:
Jon
2019-09-30 07:01:00 -07:00
committed by GitHub

View File

@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "affine";
version = "2.2.2";
version = "2.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "146slzpj2b220dmbmrxib030wymvplawxzn7gcgnbahgm500y3gz";
sha256 = "00jil4q3b17qml6azim7s7zar6qb1vhsf0g888y637m23bpms11f";
};
checkInputs = [ pytest ];