lol

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

python310Packages.adafruit-platformdetect: 3.39.0 -> 3.40.2

authored by

Fabian Affolter and committed by
GitHub
008a4d17 80328847

+5 -3
+5 -3
pkgs/development/python-modules/adafruit-platformdetect/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "adafruit-platformdetect"; 10 - version = "3.39.0"; 11 - format = "setuptools"; 10 + version = "3.40.2"; 11 + format = "pyproject"; 12 12 13 13 disabled = pythonOlder "3.7"; 14 14 15 15 src = fetchPypi { 16 16 pname = "Adafruit-PlatformDetect"; 17 17 inherit version; 18 - hash = "sha256-l5upg3Jux+HHtiYM95+5qL05kzmVHrzPYrqIejbaVZY="; 18 + hash = "sha256-NLbKvC/7N10Y7l94sfiWCmBz92qlgufb1S62Adod4WA="; 19 19 }; 20 + 21 + SETUPTOOLS_SCM_PRETEND_VERSION = version; 20 22 21 23 nativeBuildInputs = [ 22 24 setuptools-scm