[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: restbed: Update to 4.8.
From: |
guix-commits |
Subject: |
branch master updated: gnu: restbed: Update to 4.8. |
Date: |
Sat, 27 Nov 2021 03:00:12 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4316e93 gnu: restbed: Update to 4.8.
4316e93 is described below
commit 4316e937059135b4dac930288c33750c7ca06ba3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Nov 27 08:58:12 2021 +0100
gnu: restbed: Update to 4.8.
* gnu/packages/networking.scm (restbed): Update to 4.8.
[inputs]: Use latest `asio'.
[arguments]: Activate tests. Remove unknown configure flags.
---
gnu/packages/networking.scm | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index e3fd5c0..5898f49 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3330,7 +3330,7 @@ never see any machines other than the one Dante is
running on.")
(define-public restbed
(package
(name "restbed")
- (version "4.7")
+ (version "4.8")
(source
(origin
(method git-fetch)
@@ -3339,19 +3339,15 @@ never see any machines other than the one Dante is
running on.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "055qicb773a599dsqbcz5xf0xj1wpk33mdrkyi0fsmyjmn8d2p9d"))))
+ (base32 "15j09x36i6zj6innl0w1mfzlc56qmjwrs82my8dsagqa2ikd08ya"))))
(build-system cmake-build-system)
(inputs
- `(("asio" ,asio-1.12)
+ `(("asio" ,asio)
("catch" ,catch-framework)
("openssl" ,openssl)))
(arguments
- `(#:tests? #f
- #:configure-flags
- '("-DBUILD_TESTS=NO"
- "-DBUILD_EXAMPLES=NO"
- "-DBUILD_SSL=NO"
- "-DBUILD_SHARED=NO")
+ `(#:configure-flags
+ '("-DBUILD_SSL=NO")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'apply-patches-and-fix-paths
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: restbed: Update to 4.8.,
guix-commits <=