summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/adafruit-platformdetect
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-06-02 10:06:26 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-06-02 10:06:26 +0200
commit95fc12d1b1ad564969a2624bce2d1a60dbbae900 (patch)
treeb05de60cb1863ac1982c137297e59b45fdd26ac7 /pkgs/development/python-modules/adafruit-platformdetect
parent5ebfb1845b1a77716ecd706b8f589c722584ed2a (diff)
python310Packages.adafruit-platformdetect: 3.23.0 -> 3.24.0
Diffstat (limited to 'pkgs/development/python-modules/adafruit-platformdetect')
-rw-r--r--pkgs/development/python-modules/adafruit-platformdetect/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/adafruit-platformdetect/default.nix b/pkgs/development/python-modules/adafruit-platformdetect/default.nix
index a976c3de1b02..918a37e3b313 100644
--- a/pkgs/development/python-modules/adafruit-platformdetect/default.nix
+++ b/pkgs/development/python-modules/adafruit-platformdetect/default.nix
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "adafruit-platformdetect";
- version = "3.23.0";
+ version = "3.24.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Adafruit-PlatformDetect";
inherit version;
- hash = "sha256-4OWDwvdQBtV+ZqpITr027z0jwfge5/yOof9Xm7QRtuM=";
+ hash = "sha256-XeaRtdw23mNJ+kgSthGRhq4PCGAwTjpjVyNlNRshoQg=";
};
nativeBuildInputs = [