mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.aioprocessing: 1.1.0 -> 2.0.0
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "aioprocessing";
|
||||
version = "2.0.0";
|
||||
disabled = pythonOlder "3.4";
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
||||
Reference in New Issue
Block a user