aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/python-modules/pyserial-asyncio/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/development/python-modules/pyserial-asyncio/default.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/development/python-modules/pyserial-asyncio/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/development/python-modules/pyserial-asyncio/default.nix b/infra/libkookie/nixpkgs/pkgs/development/python-modules/pyserial-asyncio/default.nix
index c299ad8acae5..5e721504eda5 100644
--- a/infra/libkookie/nixpkgs/pkgs/development/python-modules/pyserial-asyncio/default.nix
+++ b/infra/libkookie/nixpkgs/pkgs/development/python-modules/pyserial-asyncio/default.nix
@@ -3,17 +3,17 @@
buildPythonPackage rec {
pname = "pyserial-asyncio";
- version = "0.4";
+ version = "0.5";
disabled = !isPy3k; # Doesn't support python older than 3.4
- buildInputs = [ pyserial ];
-
src = fetchPypi {
inherit pname version;
- sha256 = "1vlsb0d03krxlj7vpvyhpinnyxyy8s3lk5rs8ba2932dhyl7f1n4";
+ sha256 = "1641e5433a866eeaf6464b3ab88b741e7a89dd8cd0f851b3343b15f425138d33";
};
+ propagatedBuildInputs = [ pyserial ];
+
meta = with stdenv.lib; {
description = "asyncio extension package for pyserial";
homepage = "https://github.com/pyserial/pyserial-asyncio";