python310Packages.adafruit-io: 2.7.0 -> 2.7.1

This commit is contained in:
R. Ryantm 2023-12-18 07:17:08 +00:00
parent 3a16c64474
commit 9c75a2d29b

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "adafruit-io";
version = "2.7.0";
version = "2.7.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "adafruit";
repo = "Adafruit_IO_Python";
rev = "refs/tags/${version}";
hash = "sha256-BIquSrhtRv2NEOn/G6TTfYMrL2OBwwJQYZ455fznwdU=";
hash = "sha256-vfjyU+czLtUA0WDEvc0iYmJ2Tn75o/OsX909clfDsUE=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;