python311Packages.imgtool: 2.0.0 -> 2.1.0

This commit is contained in:
R. Ryantm 2024-05-12 20:19:14 +00:00
parent 9679748759
commit 53c2fa78f0

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "imgtool";
version = "2.0.0";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-elQSVeae7B8Sqjjc4fHU/iDYISZ3xoqbbsY0ypGgZhI=";
hash = "sha256-T3+831PETqqmImUEUQzLUvfvAMmXUDz5STSzMMlge2A=";
};
nativeBuildInputs = [