[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/24: gnu: libnice: Update to 0.1.22.
From: |
guix-commits |
Subject: |
21/24: gnu: libnice: Update to 0.1.22. |
Date: |
Fri, 22 Nov 2024 04:14:15 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 289d2d455110afef722d1647b1c2dda9a2532ff9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Nov 11 15:17:12 2024 +0900
gnu: libnice: Update to 0.1.22.
* gnu/packages/networking.scm (libnice): Update to 0.1.22.
[arguments] <phases>: Disable test-new-trickle test in the
disable-failing-tests phase.
Change-Id: I727b40e21a35c5c42b5e316fa9174d44b06d5df5
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/networking.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f0f0619161..2ea8377aaf 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -473,7 +473,7 @@ Android, and ChromeOS.")
(define-public libnice
(package
(name "libnice")
- (version "0.1.21")
+ (version "0.1.22")
(source
(origin
(method git-fetch)
@@ -483,7 +483,7 @@ Android, and ChromeOS.")
(file-name (git-file-name name version))
(sha256
(base32
- "0zxh1mdrl4p2vih8f4yqzm3pp4jsmc8aq7l43dlndaz4sj4c8j44"))))
+ "0ik45q1qlr04llr2ssm6zb73840dmn31q303k3qrcpgj0jp578hg"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
@@ -504,6 +504,10 @@ Android, and ChromeOS.")
;; nondeterministic fashion (see:
;;
https://gitlab.freedesktop.org/libnice/libnice/-/issues/151).
(("'test-bsd'" all)
+ (string-append "# " all))
+ ;; The test-new-trickle fails with GLib 2.83.0 (see:
+ ;;
https://gitlab.freedesktop.org/libnice/libnice/-/issues/198).
+ (("'test-new-trickle'" all)
(string-append "# " all)))
(substitute* "stun/tests/meson.build"
;; test-bind.c:234: bad_responses: Assertion `len >= 20'
- 17/24: gnu: gnome-vfs: Remove trailing #t., (continued)
- 17/24: gnu: gnome-vfs: Remove trailing #t., guix-commits, 2024/11/22
- 18/24: gnu: mjpegtools: Remove gtk+-2 input., guix-commits, 2024/11/22
- 19/24: gnu: libquicktime: Remove ffmpeg-4 and gtk+-2 inputs., guix-commits, 2024/11/22
- 02/24: gnu: blueprint-compiler: Update to 0.14.0., guix-commits, 2024/11/22
- 10/24: gnu: gst-plugins-bad: Update to 1.24.9., guix-commits, 2024/11/22
- 16/24: gnu: gst-plugins-espeak: Update to 0.6.0., guix-commits, 2024/11/22
- 15/24: gnu: gstreamer-docs: Update to 1.24.9., guix-commits, 2024/11/22
- 11/24: gnu: gst-plugins-ugly: Update to 1.24.9., guix-commits, 2024/11/22
- 20/24: gnu: libdbusmenu: Remove gtk+-2 input., guix-commits, 2024/11/22
- 12/24: gnu: gst-libav: Update to 1.24.9., guix-commits, 2024/11/22
- 21/24: gnu: libnice: Update to 0.1.22.,
guix-commits <=
- 24/24: gnu: orc: Update to 0.4.40., guix-commits, 2024/11/22
- 06/24: gnu: gi-docgen: Update to 2024.1., guix-commits, 2024/11/22
- 23/24: gnu: libvisual: Update to 0.4.2., guix-commits, 2024/11/22
- 22/24: gnu: libvisual-plugins: Update to 0.4.2., guix-commits, 2024/11/22