gentoo-ebuilds/media-sound/sonata/files/sonata-1.7.2-fix_version.patch
Nicolas PARLANT 8a1ab5ef8e
media-sound/sonata: add 1.7.2
add missing gtk+3 libs (fix testsuite too)
add gettext for translations
rm pkg-config unused since 1.7.0

Closes: https://bugs.gentoo.org/809044
Closes: https://bugs.gentoo.org/956771
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44798
Closes: https://github.com/gentoo/gentoo/pull/44798
Signed-off-by: Sam James <sam@gentoo.org>
2025-11-28 03:03:01 +00:00

11 lines
268 B
Diff

--- a/sonata/version.py
+++ b/sonata/version.py
@@ -26,7 +26,7 @@ except ImportError:
build_ver = None
# Should be the most recent release
-default_version = "v1.7.3"
+default_version = "v1.7.2"
def _version():
'''Get the version number of the sources