python3Packages.adafruit-platformdetect: 3.2.0 -> 3.3.0

This commit is contained in:
Fabian Affolter 2021-03-08 19:01:06 +01:00
parent ecce29eba2
commit 1e5eae6f4b

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "Adafruit-PlatformDetect";
version = "3.2.0";
version = "3.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "a14c642b1f6849e57b5c442e81e809c9e1e3a0bcfebfd54b15a9f9fd273f9611";
sha256 = "sha256-F5p3RO9847YQ7tDzb0r3+6dSCEAWoyxtMGBwhywR3/0=";
};
nativeBuildInputs = [ setuptools-scm ];