Commit a1df7301 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.adafruit-platformdetect: 3.74.0 -> 3.75.0

parent 6e76dfd4
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 ];