* [bug#63297] [PATCH] gnu: nng: Update to 1.5.2
@ 2023-05-05 10:33 Franz Geffke
2023-08-22 9:17 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Franz Geffke @ 2023-05-05 10:33 UTC (permalink / raw)
To: 63297
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 85fb352ebf..ba77e613d7 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -792,7 +792,7 @@ (define-public knockd
(define-public nng
(package
(name "nng")
- (version "1.3.2")
+ (version "1.5.2")
(source
(origin
(method git-fetch)
@@ -801,7 +801,7 @@ (define-public nng
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0a4jg8alh2h0rw6fb4dqpvk4hgl2a7h76mq7g34fy89qh9sgg1a4"))))
+ (base32 "1sap0iny3z9lhmaiassv8jc399md1307y32xxx3mrr74jcpcrf59"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#63297] [PATCH] gnu: nng: Update to 1.5.2
2023-05-05 10:33 [bug#63297] [PATCH] gnu: nng: Update to 1.5.2 Franz Geffke
@ 2023-08-22 9:17 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-08-22 9:17 UTC (permalink / raw)
To: Franz Geffke; +Cc: 63297
Hi,
Franz Geffke <franz@pantherx.org> skribis:
> (package
> (name "nng")
> - (version "1.3.2")
> + (version "1.5.2")
This gives me test failures on x86_64-linux:
--8<---------------cut here---------------start------------->8---
96% tests passed, 4 tests failed out of 89
Total Test time (real) = 155.61 sec
The following tests FAILED:
11 - nng.platform.resolver_test (Failed)
31 - nng.sp.transport.tcp.tcp_test (Failed)
32 - nng.sp.transport.ws.ws_test (Failed)
36 - nng.supplemental.wssfile_test (Failed)
Errors while running CTest
make: *** [Makefile:94: test] Error 8
--8<---------------cut here---------------end--------------->8---
Could you give it another look?
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-22 9:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-05 10:33 [bug#63297] [PATCH] gnu: nng: Update to 1.5.2 Franz Geffke
2023-08-22 9:17 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.