lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.adafruit-platformdetect: 3.77.0 -> 3.78.0

Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.78.0

+2 -2
+2 -2
pkgs/development/python-modules/adafruit-platformdetect/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "adafruit-platformdetect"; 11 - version = "3.77.0"; 11 + version = "3.78.0"; 12 12 pyproject = true; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 16 16 src = fetchPypi { 17 17 pname = "adafruit_platformdetect"; 18 18 inherit version; 19 - hash = "sha256-rc5jhgWWN+krTLXTQw0BYRnNPrGfknaSDFRRXz15iUk="; 19 + hash = "sha256-hNUzPgAvsfHDUscOmkacZykEXD1s3M5n785NKnemCVE="; 20 20 }; 21 21 22 22 build-system = [ setuptools-scm ];