Merge pull request #317671 from fabaff/apkinspector-bump

python312Packages.apkinspector: 1.2.3 -> 1.2.4
This commit is contained in:
Nick Cao
2024-06-06 13:32:00 -04:00
committed by GitHub
@@ -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 ];