diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-02-16 01:33:53 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-20 20:39:58 +0200 |
| commit | d667d4ac5e2c50715d2bb6f137423c8d2439e1e0 (patch) | |
| tree | 283cd7f930cd2c94c39e373a8cbdaa0b12bcea48 /gnu | |
| parent | f0ffed5290d66dd5ae551f4a32a489ff976faa4b (diff) | |
gnu: ruby-msgpack: Update to 1.7.5.
* gnu/packages/ruby.scm (ruby-msgpack): Update to 1.7.5.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/ruby.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 9ff60c30795..7f6130ada2c 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -5322,7 +5322,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 @@ -5331,7 +5331,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 |
