mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
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
This commit is contained in:
parent
b22f76d4f7
commit
8013a35324
1 changed files with 2 additions and 2 deletions
|
@ -762,14 +762,14 @@ (define-public rust-actix-router-0.2
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue