summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ruby-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 81b4d0cc0ef..f25a1de7a03 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -17105,16 +17105,16 @@ has not yet been packaged for Guix.")
(define-public ruby-google-protobuf
(package
(name "ruby-google-protobuf")
- (version "3.25.3")
+ (version "4.34.0.rc.2")
(source (origin
(method url-fetch)
(uri (rubygems-uri "google-protobuf" version))
(sha256
(base32
- "1mnxzcq8kmyfb9bkzqnp019d1hx1vprip3yzdkkha6b3qz5rgg9r"))))
+ "0fanmx5s1g3565npg7l1y3i4zxyd9v9nvvyns1j3lpdndpmqq9fm"))))
(build-system ruby-build-system)
(arguments
- `(#:tests? #f)) ;; has no tests
+ (list #:tests? #f)) ; There are no tests.
(native-inputs (list ruby-rake))
(synopsis "Protocol Buffers are Google's data interchange format")
(description "This library contains the Ruby extension that implements