[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/14: gnu: restinio: Update to 0.6.14.
From: |
guix-commits |
Subject: |
02/14: gnu: restinio: Update to 0.6.14. |
Date: |
Sat, 18 Dec 2021 11:40:19 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 7c6f0b4249621e9972056291a57d98c8671183e3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Dec 18 05:49:56 2021 +0100
gnu: restinio: Update to 0.6.14.
* gnu/packages/networking.scm (restinio): Update to 0.6.14.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/networking.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index b2518e1..333ddb7 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3324,7 +3324,7 @@ communication over HTTP.")
(define-public restinio
(package
(name "restinio")
- (version "0.6.13")
+ (version "0.6.14")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3333,7 +3333,7 @@ communication over HTTP.")
(file-name (git-file-name name version))
(sha256
(base32
- "0gb0yc88hdzwm08zdiviay6s08q427za33kfbygib7bdzp2wr2dm"))))
+ "0j44mglsljwkw49583hcsrl5ck2g56n9srnm10kpbsz2dx5apx98"))))
(build-system cmake-build-system)
(inputs ; TODO: Need to force-keep references
on some inputs, e.g. boost.
(list zlib
@@ -3352,8 +3352,7 @@ communication over HTTP.")
(modify-phases %standard-phases
(add-after 'unpack 'change-directory
(lambda _
- (chdir "dev/restinio")
- #t)))))
+ (chdir "dev/restinio"))))))
(home-page "https://stiffstream.com/en/products/restinio.html")
(synopsis "C++14 library that gives you an embedded HTTP/Websocket server")
(description "RESTinio is a header-only C++14 library that gives you an
embedded
- branch master updated (3aef0e7 -> 0943130), guix-commits, 2021/12/18
- 03/14: gnu: pgpdump: Update to 0.34., guix-commits, 2021/12/18
- 06/14: gnu: qd: Omit static library., guix-commits, 2021/12/18
- 07/14: gnu: rofi: Update to 1.7.2., guix-commits, 2021/12/18
- 08/14: gnu: rofi: Remove input labels., guix-commits, 2021/12/18
- 01/14: gnu: microcom: Update to 2019.01.0., guix-commits, 2021/12/18
- 05/14: gnu: qd: Update to 2.3.23., guix-commits, 2021/12/18
- 02/14: gnu: restinio: Update to 0.6.14.,
guix-commits <=
- 11/14: gnu: imv: Remove input labels., guix-commits, 2021/12/18
- 14/14: gnu: qtox: Remove input labels., guix-commits, 2021/12/18
- 04/14: gnu: pgpdump: Remove bogus DESTDIR usage., guix-commits, 2021/12/18
- 12/14: gnu: imv: Remove unused inputs., guix-commits, 2021/12/18
- 10/14: gnu: imv: Update to 4.3.1., guix-commits, 2021/12/18
- 13/14: gnu: qtox: Update to 1.17.4., guix-commits, 2021/12/18
- 09/14: gnu: mtools: Update to 4.0.36., guix-commits, 2021/12/18