forked from mirrors/nixpkgs
python310Packages.adafruit-platformdetect: 3.39.0 -> 3.40.2
Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.40.2
This commit is contained in:
parent
5aa7222940
commit
7fbedde15e
|
@ -7,17 +7,19 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "adafruit-platformdetect";
|
||||
version = "3.39.0";
|
||||
format = "setuptools";
|
||||
version = "3.40.2";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "Adafruit-PlatformDetect";
|
||||
inherit version;
|
||||
hash = "sha256-l5upg3Jux+HHtiYM95+5qL05kzmVHrzPYrqIejbaVZY=";
|
||||
hash = "sha256-NLbKvC/7N10Y7l94sfiWCmBz92qlgufb1S62Adod4WA=";
|
||||
};
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools-scm
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue