mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 04:27:52 +00:00
python310Packages.adafruit-platformdetect: 3.34.0 -> 3.35.0
Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.35.0
This commit is contained in:
parent
93568862a6
commit
44c09ae981
@ -7,7 +7,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "adafruit-platformdetect";
|
||||
version = "3.34.0";
|
||||
version = "3.35.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
pname = "Adafruit-PlatformDetect";
|
||||
inherit version;
|
||||
hash = "sha256-3eOYkzeEKC5xTUt5RF5Sm4TKZREu4YiXBrrD3c0Z8+0=";
|
||||
hash = "sha256-B0WxkloPTjILXfLl2FgoE9/7OkVdxU05mKAYcoPqCxM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user