mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
Merge pull request #236206 from foo-dogsquared/update-eartag
eartag: 0.3.3 -> 0.4.0
This commit is contained in:
commit
ca62fd62ed
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "eartag";
|
pname = "eartag";
|
||||||
version = "0.3.3";
|
version = "0.4.0";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
owner = "knuxify";
|
owner = "knuxify";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-120voKmlEDsVSxNfqmwBvTB90dQUwnf2CtxvOKqi8+U=";
|
sha256 = "sha256-4Kk/+iQNRqba5W/AdPlZ17Siwyy+WQuRYCb7M68S71I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -60,6 +60,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
mutagen
|
mutagen
|
||||||
pytaglib
|
pytaglib
|
||||||
python-magic
|
python-magic
|
||||||
|
pyacoustid
|
||||||
];
|
];
|
||||||
|
|
||||||
dontWrapGApps = true;
|
dontWrapGApps = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user