beetsExternalPlugins.extrafiles: 0.0.7 -> unstable-2020-12-13

This commit is contained in:
Bernardo Meurer 2021-04-18 22:37:20 -07:00
parent d1e9d296c9
commit 0abef59821
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -2,13 +2,13 @@
pythonPackages.buildPythonApplication rec {
pname = "beets-extrafiles";
version = "0.0.7";
version = "unstable-2020-12-13";
src = fetchFromGitHub {
repo = "beets-extrafiles";
owner = "Holzhaus";
rev = "v${version}";
sha256 = "0ah7mgax9zrhvvd5scf2z0v0bhd6xmmv5sdb6av840ixpl6vlvm6";
rev = "a1d6ef9a9682b6bf7af9483541e56a3ff12247b8";
sha256 = "sha256-ajuEbieWjTCNjdRZuGUwvStZwjx260jmY0m+ZqNd7ec=";
};
postPatch = ''
@ -18,6 +18,8 @@ pythonPackages.buildPythonApplication rec {
nativeBuildInputs = [ beets ];
propagatedBuildInputs = with pythonPackages; [ mediafile ];
preCheck = ''
HOME=$TEMPDIR
'';