summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/adafruit-platformdetect
diff options
context:
space:
mode:
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 0bb566508b34..d7f3d2c9e523 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.51.0";
+ version = "3.52.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Adafruit-PlatformDetect";
inherit version;
- hash = "sha256-/a0IKOFWnXC6BJItpJDqiA9aCB1PNhglNlB/4KvyQdg=";
+ hash = "sha256-RydAyIzWRVQ+/xCVPtZ4HQ7eCH8cxeHW1XjEupWlAqc=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;