Unverified Commit 2f727476 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.adafruit-platformdetect: 3.84.1 -> 3.85.0 (#464006)

parents d4b0a820 f8a43510
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildPythonPackage rec {
  pname = "adafruit-platformdetect";
  version = "3.84.1";
  version = "3.85.0";
  pyproject = true;

  src = fetchPypi {
    pname = "adafruit_platformdetect";
    inherit version;
    hash = "sha256-LtKS/SkuNIfbU8Jh4oea4YMcYHqOuUe+6iDfa10k5Cs=";
    hash = "sha256-WDUKqT3RZsS2e6PJR7B6LXMg0U5luS5Yc/32TQPj+T0=";
  };

  build-system = [ setuptools-scm ];