Skip to content

Commit

Permalink
Merge pull request NixOS#160500 from fabaff/bump-adafruit-platformdetect
Browse files Browse the repository at this point in the history
python3Packages.adafruit-platformdetect: 3.19.5 -> 3.19.6
  • Loading branch information
fabaff authored Feb 18, 2022
2 parents 44eec93 + 08c146e commit 8adc765
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

buildPythonPackage rec {
pname = "adafruit-platformdetect";
version = "3.19.5";
version = "3.19.6";
format = "setuptools";

src = fetchPypi {
pname = "Adafruit-PlatformDetect";
inherit version;
sha256 = "sha256-vbiMD0En11VDJUGnEc5ww0AhQ12vkbTCm/pqF7wnywI=";
sha256 = "sha256-Y9g0A9pVjEVcITyaQsyAew6rraTPwZuevSsDD46c0DM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 8adc765

Please sign in to comment.