Unverified Commit e3c5506b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.apkinspector: 1.3.1 -> 1.3.2 (#343366)

parents 2ea1897d cfe68dd6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "apkinspector";
  version = "1.3.1";
  version = "1.3.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "erev0s";
    repo = "apkInspector";
    rev = "refs/tags/v${version}";
    hash = "sha256-zVMY1KMUCSqctAAHOEFXM9yT1X0PDC75ETshF+fc4pU=";
    hash = "sha256-trEbm9EFZLoFBWKKOlbI305r+8GdSmU5zWPnNhb5qzQ=";
  };

  build-system = [ poetry-core ];