Commit 4ae8ed46 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.adafruit-platformdetect: 3.32.0 -> 3.33.0

parent 21e0ed0e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

buildPythonPackage rec {
  pname = "adafruit-platformdetect";
  version = "3.32.0";
  version = "3.33.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "Adafruit-PlatformDetect";
    inherit version;
    hash = "sha256-MbrRf7kcPNYb1i+5cSkCvO9SJbvrPAeKGWxtfi1FmaQ=";
    hash = "sha256-Fj+LUTovZm6t0YRCa8QtoTBal+PefCvTIl9OeBoac6U=";
  };

  nativeBuildInputs = [