python310Packages.adafruit-platformdetect: 3.43.0 -> 3.44.0

Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.44.0
This commit is contained in:
Fabian Affolter 2023-04-06 11:50:51 +02:00
parent eb75c3fd88
commit f33e249bbc

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "adafruit-platformdetect";
version = "3.43.0";
version = "3.44.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Adafruit-PlatformDetect";
inherit version;
hash = "sha256-7JsdHeYjPSXGdnvs67haOYqX+le+RmivfXPtxDT6BJ8=";
hash = "sha256-mEs1HnMn+3p4+YAyOmqFGrcMpeUwMbpkGQAx/pdDqhk=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;