Merge pull request #246410 from fabaff/apkid-bump

apkid: 2.1.4 -> 2.1.5
This commit is contained in:
Nick Cao 2023-07-31 19:27:06 -06:00 committed by GitHub
commit c076bd2c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "apkid";
version = "2.1.4";
version = "2.1.5";
format = "setuptools";
src = fetchFromGitHub {
owner = "rednaga";
repo = "APKiD";
rev = "refs/tags/v${version}";
hash = "sha256-ASxly2dH+TnwvU3CYD52XbC79n2dku01j3+YHOZ745U=";
hash = "sha256-yO3k2kT043/KkiCjDnNUlqxX86kQqMZ+CghD+yon3r4=";
};
propagatedBuildInputs = with python3.pkgs; [