python310Packages.imgtool: 1.10.0 -> 2.0.0

This commit is contained in:
Samuel Tardieu
2023-11-19 10:57:38 +01:00
parent 53aeb5c67b
commit 8956b56256
@@ -7,18 +7,19 @@
, click
, cryptography
, intelhex
, pyyaml
}:
buildPythonPackage rec {
pname = "imgtool";
version = "1.10.0";
version = "2.0.0";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-A7NOdZNKw9lufEK2vK8Rzq9PRT98bybBfXJr0YMQS0A=";
hash = "sha256-elQSVeae7B8Sqjjc4fHU/iDYISZ3xoqbbsY0ypGgZhI=";
};
nativeBuildInputs = [
@@ -30,6 +31,7 @@ buildPythonPackage rec {
click
cryptography
intelhex
pyyaml
];
pythonImportsCheck = [