Unverified Commit ce2dd027 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #268482 from samueltardieu/imgtool

python310Packages.imgtool: 1.10.0 -> 2.0.0

Fixes https://github.com/NixOS/nixpkgs/pull/268437
parents 41b46fed 8956b562
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 = [