Merge pull request #106883 from r-ryantm/auto-update/python3.7-aioprocessing

python37Packages.aioprocessing: 1.0.1 -> 1.1.0
This commit is contained in:
Mario Rodas 2020-12-14 08:06:13 -05:00 committed by GitHub
commit fa468ed366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "aioprocessing";
version = "1.0.1";
version = "1.1.0";
disabled = !(pythonAtLeast "3.4");
src = fetchPypi {
inherit pname version;
sha256 = "1yq1gfsky2kjimwdmzqk893sp6387vbl4bw0sbha5hl6cm3jp5dn";
sha256 = "4603c86ff3fea673d4c643ad3adc519988cd778771b75079bc3be9e5ed4c5b66";
};
# Tests aren't included in pypi package