guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/21: gnu: restinio: Update to 0.6.17.


From: guix-commits
Subject: 13/21: gnu: restinio: Update to 0.6.17.
Date: Sun, 6 Nov 2022 00:11:19 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit ddea1161ad164e0f7a1674cffa9256b01b31467c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Nov 4 15:06:20 2022 -0400

    gnu: restinio: Update to 0.6.17.
    
    * gnu/packages/networking.scm (restinio): Update to 0.6.17.
    [propagated-inputs]: Replace fmt-8 with fmt.
---
 gnu/packages/networking.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 99fd1445f2..b3385a9472 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3629,7 +3629,7 @@ communication over HTTP.")
 (define-public restinio
   (package
     (name "restinio")
-    (version "0.6.15")
+    (version "0.6.17")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3638,7 +3638,7 @@ communication over HTTP.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1f8d5nfm8jqhspzsslwb1b7j4glipz31i9vszrcnkx3clc39nj2n"))))
+                "1jpvfa2sjkihbkcc1q6c9zb1vry9mkkhbz2jrl831bqslpq9la3p"))))
     (build-system cmake-build-system)
     (arguments
      (list
@@ -3665,7 +3665,7 @@ communication over HTTP.")
     (propagated-inputs
      ;; These are all #include'd by restinio's .hpp header files.
      (list asio
-           fmt-8
+           fmt
            http-parser
            pcre
            pcre2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]