tauon: 7.1.3 -> 7.2.1

This commit is contained in:
Jan Solanti 2022-05-22 03:13:26 +03:00
parent 3c31489f15
commit 2be636a8c3

View file

@ -5,6 +5,7 @@
, python3Packages , python3Packages
, ffmpeg , ffmpeg
, flac , flac
, libjxl
, librsvg , librsvg
, gobject-introspection , gobject-introspection
, gtk3 , gtk3
@ -14,6 +15,7 @@
, mpg123 , mpg123
, libopenmpt , libopenmpt
, opusfile , opusfile
, wavpack
, pango , pango
, pulseaudio , pulseaudio
, withDiscordRPC ? false , withDiscordRPC ? false
@ -21,13 +23,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "tauon"; pname = "tauon";
version = "7.1.3"; version = "7.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Taiko2k"; owner = "Taiko2k";
repo = "TauonMusicBox"; repo = "TauonMusicBox";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-UadE8qsQxRjE+POHLAUY1tRUInNXsMEqTAP02zSDSZ4="; sha256 = "sha256-wEGdqMKLhKjnxNTgqNQpUpYkMk/FuRAKsWX+P/9nUG4=";
}; };
postPatch = '' postPatch = ''
@ -70,6 +72,7 @@ stdenv.mkDerivation rec {
opusfile opusfile
pango pango
pulseaudio pulseaudio
wavpack
]; ];
pythonPath = with python3Packages; [ pythonPath = with python3Packages; [
@ -77,12 +80,15 @@ stdenv.mkDerivation rec {
gst-python gst-python
dbus-python dbus-python
isounidecode isounidecode
libjxl
musicbrainzngs musicbrainzngs
mutagen mutagen
natsort
pillow pillow
plexapi plexapi
pulsectl pulsectl
pycairo pycairo
PyChromecast
pylast pylast
pygobject3 pygobject3
pylyrics pylyrics