mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #236206 from foo-dogsquared/update-eartag
eartag: 0.3.3 -> 0.4.0
This commit is contained in:
commit
ca62fd62ed
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue