guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.

commit 05531e121f9682c8a8fc8740fe8c9039140c02db
Author: Nicolas Graves <ngra...@ngraves.fr>
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 <sharlata...@gmail.com>
---
 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

Reply via email to