guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.
commit 23a7a7a00de405587b77e21fc918f47ac277545e
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Jan 31 09:19:29 2025 +0100
gnu: ruby-protobuf: Update to 3.10.9.
* gnu/packages/protobuf.scm (ruby-protobuf): Update to 3.10.9.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/protobuf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index 9d81b1c508..0d0fc4b808 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -590,7 +590,7 @@ source files.")
(define-public ruby-protobuf
(package
(name "ruby-protobuf")
- (version "3.10.7")
+ (version "3.10.9")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -599,7 +599,7 @@ source files.")
(file-name (git-file-name name version))
(sha256
(base32
- "12hp1clg83jfl35x1h2ymzpj5w83wrnqw7hjfc6mqa8lsvpw535r"))))
+ "1d6fihqwrq46sg5vjm0nps8bbin7zcbz5m358wgzh76iapwij2rq"))))
(build-system ruby-build-system)
(arguments
(list