Commit 9cf7b2a6 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.adafruit-platformdetect: 3.73.0 -> 3.74.0

parent cc75a581
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "adafruit-platformdetect";
  version = "3.73.0";
  version = "3.74.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "adafruit_platformdetect";
    inherit version;
    hash = "sha256-IwkJityP+Hs9mkpdOu6+P3t/VasOE9Get1/6hl82+rg=";
    hash = "sha256-rVmtqpVjQgovAsVCu3+hgglga9LJPGT8zzlhySmpba8=";
  };

  build-system = [ setuptools-scm ];