python312Packages.apkinspector: 1.2.3 -> 1.2.4

Diff: https://github.com/erev0s/apkInspector/compare/refs/tags/v1.2.3...v1.2.4

Changelog: https://github.com/erev0s/apkInspector/releases/tag/v1.2.4
This commit is contained in:
Fabian Affolter 2024-06-06 08:26:20 +02:00
parent c06dbd0faa
commit 20458a0a74

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "apkinspector";
version = "1.2.3";
version = "1.2.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "erev0s";
repo = "apkInspector";
rev = "refs/tags/v${version}";
hash = "sha256-n6uVyN5XBEM/nuN7mvhNRwMUgUT5abOsh3CbhKK6ifY=";
hash = "sha256-WVqaRWOLo8/Xav+AtaxE3EKR9lZe+Z+ep/K88FGbASg=";
};
build-system = [ poetry-core ];