Diff pithos-1.6.0 with a pithos-1.6.1

/usr/portage/media-sound/pithos/pithos-1.6.1.ebuild 2023-10-09 14:52:31.796368408 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
PYTHON_COMPAT=( python3_{9..11} )
6
inherit xdg meson gnome2-utils virtualx python-r1
7 5

  
8
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
6
PYTHON_COMPAT=( python3_{10..11} )
7
inherit xdg meson gnome2-utils virtualx python-r1
9 8

  
10 9
DESCRIPTION="Pandora.com client for the GNOME desktop"
11 10
HOMEPAGE="https://pithos.github.io/"
11
SRC_URI="https://github.com/pithos/pithos/releases/download/${PV}/${P}.tar.xz"
12 12

  
13 13
LICENSE="GPL-3"
14 14
SLOT="0"
Thank you!