3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.adafruit-platformdetect: 3.58.0 -> 3.59.0

Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.59.0
This commit is contained in:
Fabian Affolter 2024-01-23 09:07:59 +01:00
parent a0b6f17c09
commit 712132db1f

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "adafruit-platformdetect";
version = "3.58.0";
version = "3.59.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Adafruit-PlatformDetect";
inherit version;
hash = "sha256-9pucdj4rXCLitoNqu1ddETY9XUmIlIfC0hIoKJ54Ks8=";
hash = "sha256-zzPoLRZPFG8O45Bih54Mq6VeAYJU25czWFZtl849RgI=";
};
nativeBuildInputs = [