python310Packages.adafruit-platformdetect: 3.49.0 -> 3.51.0

This commit is contained in:
R. Ryantm 2023-09-08 02:46:16 +00:00
parent e6aa338820
commit 6bcca55e0c

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "adafruit-platformdetect";
version = "3.49.0";
version = "3.51.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Adafruit-PlatformDetect";
inherit version;
hash = "sha256-bLwPnKLOdk8scKF4hQgkBXRoz0Ph6/pcRLlJdN+cDoA=";
hash = "sha256-/a0IKOFWnXC6BJItpJDqiA9aCB1PNhglNlB/4KvyQdg=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;