guix-commits
[Top][All Lists]
Advanced

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

07/15: gnu: rust-tower-layer-0.3: Update to 0.3.2.


From: guix-commits
Subject: 07/15: gnu: rust-tower-layer-0.3: Update to 0.3.2.
Date: Fri, 13 Oct 2023 02:01:59 -0400 (EDT)

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

commit 161bc065a5ced938d12d56e6bc2f3ab71375c794
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Oct 12 18:31:42 2023 +0300

    gnu: rust-tower-layer-0.3: Update to 0.3.2.
    
    * gnu/packages/crates-io.scm (rust-tower-layer-0.3): Update to 0.3.2.
    [cargo-development-inputs]: Add rust-tower-0.4.
---
 gnu/packages/crates-io.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b52ea23197..4fbadcdf85 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -74454,18 +74454,19 @@ robust clients and servers.")
 (define-public rust-tower-layer-0.3
   (package
     (name "rust-tower-layer")
-    (version "0.3.1")
+    (version "0.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "tower-layer" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0qiskpgz6zzy3a894vyr9yzq0i7q142rciggc3wv1rizdm3cjfrl"))))
+        (base32 "1l7i17k9vlssrdg4s3b0ia5jjkmmxsvv8s9y9ih0jfi8ssz8s362"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-development-inputs
-       (("rust-tower-service" ,rust-tower-service-0.3))))
+       (("rust-tower" ,rust-tower-0.4)
+        ("rust-tower-service" ,rust-tower-service-0.3))))
     (home-page "https://github.com/tower-rs/tower";)
     (synopsis "Easy composition between @code{Service}s")
     (description "This package decorates a @code{Service} to allow easy



reply via email to

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