Merge pull request #268482 from samueltardieu/imgtool

python310Packages.imgtool: 1.10.0 -> 2.0.0

Fixes https://github.com/NixOS/nixpkgs/pull/268437
This commit is contained in:
Mario Rodas
2023-11-19 09:32:58 -05:00
committed by GitHub
@@ -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 = [