beetsPackages.alternatives: 0.11.1 -> 0.13.0 (#328811)

This commit is contained in:
Weijia Wang
2024-09-09 18:33:39 +02:00
committed by GitHub
@@ -2,14 +2,14 @@
python3Packages.buildPythonApplication rec {
pname = "beets-alternatives";
version = "0.11.1";
version = "0.13.0";
pyproject = true;
src = fetchFromGitHub {
repo = "beets-alternatives";
owner = "geigerzaehler";
rev = "v${version}";
sha256 = "sha256-ORmF7YOQD4LvKiYo4Rzz+mzppOEvLics58aOK/IKcHc=";
rev = "refs/tags/v${version}";
sha256 = "sha256-i67Bzdh84TuVwcgwo5SgHFp1W04KF3VA6cbrFz82je0=";
};
nativeBuildInputs = [