Merge pull request #335629 from r-ryantm/auto-update/python312Packages.apkinspector

python312Packages.apkinspector: 1.3.0 -> 1.3.1
This commit is contained in:
Pol Dellaiera 2024-08-18 22:54:01 +02:00 committed by GitHub
commit c5973dd3b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "apkinspector";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "erev0s";
repo = "apkInspector";
rev = "refs/tags/v${version}";
hash = "sha256-frcggMsDpPfIqL0J7FNOht+aXeg79xnZryZZwI4wWGw=";
hash = "sha256-zVMY1KMUCSqctAAHOEFXM9yT1X0PDC75ETshF+fc4pU=";
};
build-system = [ poetry-core ];