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

commit d3af1a336be152c3fe285a2202a5d8e64be261d9
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 c49a9b535f..d8d1af5531 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -5313,7 +5313,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
@@ -5322,7 +5322,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