python3Packages.adafruit-platformdetect: 3.19.4 -> 3.19.5

authored by

Fabian Affolter and committed by
Jonathan Ringer
5e78d68b ca402a45

+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.19.4"; 9 + version = "3.19.5"; 10 10 format = "setuptools"; 11 11 12 12 src = fetchPypi { 13 13 pname = "Adafruit-PlatformDetect"; 14 14 inherit version; 15 - sha256 = "sha256-b/uAmrFdAtmXUjaW038mKeZgWHCSIEzCZvCy/9Z3ghw="; 15 + sha256 = "sha256-vbiMD0En11VDJUGnEc5ww0AhQ12vkbTCm/pqF7wnywI="; 16 16 }; 17 17 18 18 nativeBuildInputs = [