guix-patches
[Top][All Lists]
Advanced

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

[bug#66579] [PATCH 02/13] gnu: rust-protobuf-2: Update to 2.28.0.


From: Steve George
Subject: [bug#66579] [PATCH 02/13] gnu: rust-protobuf-2: Update to 2.28.0.
Date: Mon, 16 Oct 2023 17:54:04 +0100

* gnu/packages/crates-io.scm (rust-protobuf-2): Update to 2.28.0.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8dc31b9cd6..486c53ba85 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -50081,7 +50081,7 @@ (define-public rust-prost-0.9
 (define-public rust-protobuf-2
   (package
     (name "rust-protobuf")
-    (version "2.14.0")
+    (version "2.28.0")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "protobuf" version))
@@ -50093,7 +50093,7 @@ (define-public rust-protobuf-2
     (arguments
      `(#:tests? #f          ; missing files in the release tarball.
        #:cargo-inputs
-       (("rust-bytes" ,rust-bytes-0.5)
+       (("rust-bytes" ,rust-bytes-1)
         ("rust-serde" ,rust-serde-1)
         ("rust-serde-derive" ,rust-serde-derive-1))))
     (home-page "https://github.com/stepancheg/rust-protobuf/";)
-- 
2.41.0






reply via email to

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