beetsPackages.alternatives: 0.13.3 -> 0.13.4
Diff: https://github.com/geigerzaehler/beets-alternatives/compare/v0.13.3...v0.13.4 Changelog: https://github.com/geigerzaehler/beets-alternatives/blob/v0.13.4/CHANGELOG.md
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "beets-alternatives";
|
||||
version = "0.13.3";
|
||||
version = "0.13.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = "beets-alternatives";
|
||||
owner = "geigerzaehler";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-j56AzbpZFACXy5KqafE8PCC+zM6pXrxr/rWy9UjZPQg=";
|
||||
hash = "sha256-jGHRoBBXqJq0r/Gbp7gkuaEFPVMGE6cqQRi84AHTXxQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -33,6 +33,7 @@ python3Packages.buildPythonApplication rec {
|
||||
pytest-cov-stub
|
||||
mock
|
||||
pillow
|
||||
tomli
|
||||
typeguard
|
||||
]
|
||||
++ [
|
||||
|
||||
Reference in New Issue
Block a user