Unverified Commit 9ed67c8b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.adafruit-platformdetect: 3.74.0 -> 3.75.0 (#347144)

parents 0529fe00 a1df7301
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.74.0";
  version = "3.75.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "adafruit_platformdetect";
    inherit version;
    hash = "sha256-rVmtqpVjQgovAsVCu3+hgglga9LJPGT8zzlhySmpba8=";
    hash = "sha256-5Awvnzw0tgZhRXVshTOuzerdORJ+5QCH3PDB7pbjCB0=";
  };

  build-system = [ setuptools-scm ];