guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 977e1c16444a7c2e7f0d8b444ca035a4276d46e3
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sat Jul 5 19:21:50 2025 +0300

    gnu: restinio: Update to 0.7.7.
    
    * gnu/packages/networking.scm (restinio): Update to 0.7.7.
    
    Change-Id: If6a504798b7d3ce6e817f8ae26f00be1b93e8fbb
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index feac8fcf54..af16ebc408 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3898,12 +3898,12 @@ communication over HTTP.")
 (define-public restinio
   (package
     (name "restinio")
-    (version "0.7.2")
+    (version "0.7.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Stiffstream/restinio";)
-                    (commit (string-append "v." version))))
+                    (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
                (base32

Reply via email to