Merge pull request #236206 from foo-dogsquared/update-eartag

eartag: 0.3.3 -> 0.4.0
This commit is contained in:
figsoda 2023-06-06 10:03:34 -04:00 committed by GitHub
commit ca62fd62ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
python3Packages.buildPythonApplication rec {
pname = "eartag";
version = "0.3.3";
version = "0.4.0";
format = "other";
src = fetchFromGitLab {
@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec {
owner = "knuxify";
repo = pname;
rev = version;
sha256 = "sha256-120voKmlEDsVSxNfqmwBvTB90dQUwnf2CtxvOKqi8+U=";
sha256 = "sha256-4Kk/+iQNRqba5W/AdPlZ17Siwyy+WQuRYCb7M68S71I=";
};
postPatch = ''
@ -60,6 +60,7 @@ python3Packages.buildPythonApplication rec {
mutagen
pytaglib
python-magic
pyacoustid
];
dontWrapGApps = true;