python310Packages.adafruit-platformdetect: 3.38.0 -> 3.39.0

Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.39.0
This commit is contained in:
Fabian Affolter 2023-01-10 21:27:50 +01:00
parent 9ef15e7bb0
commit 5e6aa0aa45

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "adafruit-platformdetect";
version = "3.38.0";
version = "3.39.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Adafruit-PlatformDetect";
inherit version;
hash = "sha256-USnOf/nwuAyZpvy/cXpQtkWKXPKu0hj1HFwolrpecQM=";
hash = "sha256-l5upg3Jux+HHtiYM95+5qL05kzmVHrzPYrqIejbaVZY=";
};
nativeBuildInputs = [