lol

Merge pull request #130341 from fabaff/bump-adafruit-platformdetect

python3Packages.adafruit-platformdetect: 3.14.2 -> 3.15.1

authored by

Sandro and committed by
GitHub
979ac396 4566e1fb

+2 -2
+2 -2
pkgs/development/python-modules/adafruit-platformdetect/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "adafruit-platformdetect"; 9 - version = "3.14.2"; 9 + version = "3.15.1"; 10 10 11 11 src = fetchPypi { 12 12 pname = "Adafruit-PlatformDetect"; 13 13 inherit version; 14 - sha256 = "sha256-SFqSTNKZMETRf9RxSD6skzAVpxepmW+JG/gqZgFX06A="; 14 + sha256 = "sha256-aUYerhg5iqKsZ5SW3dI6EpFnaB7dRGjXpIDVsjwS7vY="; 15 15 }; 16 16 17 17 nativeBuildInputs = [ setuptools-scm ];