guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.
commit 0f0ae36ca20a8f6b8a53de29cac7e9081e3e15b4
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Feb 16 01:33:53 2025 +0100
gnu: ruby-msgpack: Update to 1.7.5.
* gnu/packages/ruby.scm (ruby-msgpack): Update to 1.7.5.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/ruby.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index af107ff1b8..ade792d202 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -5316,7 +5316,7 @@ to check for the presence of header files, constants, and
so on.")
(define-public ruby-msgpack
(package
(name "ruby-msgpack")
- (version "1.6.1")
+ (version "1.7.5")
(source (origin
(method git-fetch) ;for tests
(uri (git-reference
@@ -5325,7 +5325,7 @@ to check for the presence of header files, constants, and
so on.")
(file-name (git-file-name name version))
(sha256
(base32
- "08wi853nv02clrdwx8s6dg9lmcyzq5fk84l4rb94pglps76rlvz7"))))
+ "0d759pjgxgrxw18kmk81yv9brc141b4d8gszlp4vdnpvwvb96nln"))))
(build-system ruby-build-system)
(arguments (list #:test-target "spec"))
(native-inputs