python312Packages.apkinspector: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm 2024-04-20 03:17:11 +00:00
parent c6d6ab9c08
commit a362c7fb1e
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "apkinspector";
version = "1.2.2";
version = "1.2.3";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-6n5WCQ6V63kbWT6b7t9PEFbrJpxEg1WOE9XV70tHnGA=";
hash = "sha256-EztaCoUVbV9pIoba4X4liqPRZiZB6F65PB9cdb/eA+A=";
};
nativeBuildInputs = [