guix-commits
[Top][All Lists]
Advanced

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

291/350: gnu: rust-actix-router-0.2: Update to 0.2.7.


From: guix-commits
Subject: 291/350: gnu: rust-actix-router-0.2: Update to 0.2.7.
Date: Sun, 15 Dec 2024 02:14:53 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit f3ce35737fa2e23bc367594ddcf972c6e916032c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 4 20:13:07 2024 +0200

    gnu: rust-actix-router-0.2: Update to 0.2.7.
    
    * gnu/packages/crates-web.scm (rust-actix-router-0.2): Update to 0.2.7.
    
    Change-Id: Ic28527e25edf6fc6743705566a214547605ff59c
---
 gnu/packages/crates-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 82818f698e..b304f3a3e3 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -762,14 +762,14 @@ during testing.")
   (package
     (inherit rust-actix-router-0.5)
     (name "rust-actix-router")
-    (version "0.2.5")
+    (version "0.2.7")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "actix-router" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0df2626hk4n4yki6j88v3k0gcm8pi5hdnm1mldyvyi8nvbdzgldv"))))
+        (base32 "0b258dplqmria44mv1zzjpmm2xrpdzwcqcz3jg41z7k4ffprklia"))))
     (arguments
      ;; Tests fail with "error[E0432]: unresolved import `serde_derive`".
      `(#:tests? #false



reply via email to

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