2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-19 19:34:06 +00:00

python3Packages.airthings-cloud: 0.0.1 -> 0.1.0

This commit is contained in:
Fabian Affolter 2021-11-12 22:11:42 +01:00
parent a97f20e5d8
commit 81927aaf23

View File

@ -8,7 +8,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "airthings-cloud"; pname = "airthings-cloud";
version = "0.0.1"; version = "0.1.0";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Danielhiversen"; owner = "Danielhiversen";
repo = "pyAirthings"; repo = "pyAirthings";
rev = version; rev = version;
sha256 = "08cbysx5p9k8hzr6sdykx91j0gx8x15b8807338dsl3qx8nhfb8j"; sha256 = "sha256-sqHNK6biSWso4uOYimzU7PkEn0uP5sHAaPGsS2vSMNY=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -28,7 +28,9 @@ buildPythonPackage rec {
# Project has no tests # Project has no tests
doCheck = false; doCheck = false;
pythonImportsCheck = [ "airthings" ]; pythonImportsCheck = [
"airthings"
];
meta = with lib; { meta = with lib; {
description = "Python module for Airthings"; description = "Python module for Airthings";