diff options
| author | gemmaro <gemmaro.dev@gmail.com> | 2026-08-13 00:48:59 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-23 18:07:13 +0200 |
| commit | aea3aa028988101be7d74c84bb4084f1363d1cc4 (patch) | |
| tree | 5ac67c2e499193a4dac341aae5b9ad40f6ad6414 | |
| parent | 92d951087bdbfdfddf771151b76cb10b74cdc0df (diff) | |
gnu: ruby-msgpack: Update to 1.8.4.
* gnu/packages/ruby-xyz.scm (ruby-msgpack): Update to 1.8.4.
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/ruby-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm index c31a3558ab2..fa1fa976273 100644 --- a/gnu/packages/ruby-xyz.scm +++ b/gnu/packages/ruby-xyz.scm | |||
| @@ -4972,7 +4972,7 @@ to check for the presence of header files, constants, and so on.") | |||
| 4972 | (define-public ruby-msgpack | 4972 | (define-public ruby-msgpack |
| 4973 | (package | 4973 | (package |
| 4974 | (name "ruby-msgpack") | 4974 | (name "ruby-msgpack") |
| 4975 | (version "1.7.5") | 4975 | (version "1.8.4") |
| 4976 | (source (origin | 4976 | (source (origin |
| 4977 | (method git-fetch) ;for tests | 4977 | (method git-fetch) ;for tests |
| 4978 | (uri (git-reference | 4978 | (uri (git-reference |
| @@ -4981,7 +4981,7 @@ to check for the presence of header files, constants, and so on.") | |||
| 4981 | (file-name (git-file-name name version)) | 4981 | (file-name (git-file-name name version)) |
| 4982 | (sha256 | 4982 | (sha256 |
| 4983 | (base32 | 4983 | (base32 |
| 4984 | "0d759pjgxgrxw18kmk81yv9brc141b4d8gszlp4vdnpvwvb96nln")))) | 4984 | "1cbv9xkfgsvzygmhfihfbb939wgvzkqdl7vsb6y1alhqwbk6n4jq")))) |
| 4985 | (build-system ruby-build-system) | 4985 | (build-system ruby-build-system) |
| 4986 | (arguments (list #:test-target "spec")) | 4986 | (arguments (list #:test-target "spec")) |
| 4987 | (native-inputs | 4987 | (native-inputs |
