Unverified Commit 0f939465 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #224972 from fabaff/adafruit-platformdetect-bump

python310Packages.adafruit-platformdetect: 3.43.0 -> 3.44.0
parents 2657227f f33e249b
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.43.0";
  version = "3.44.0";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "Adafruit-PlatformDetect";
    inherit version;
    hash = "sha256-7JsdHeYjPSXGdnvs67haOYqX+le+RmivfXPtxDT6BJ8=";
    hash = "sha256-mEs1HnMn+3p4+YAyOmqFGrcMpeUwMbpkGQAx/pdDqhk=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;