mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-20 00:48:23 +00:00
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>
11 lines
268 B
Diff
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
|