mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-cbor: Update to 0.5.10.1.
Fixes build. * gnu/packages/ruby-xyz (ruby-cbor): Update to 0.5.10.1. Change-Id: Ifce911588da8d8a46abddf943f4a83d6e1328ad2 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
4c43dde9bf
commit
fa4fe7091e
1 changed files with 2 additions and 2 deletions
|
@ -15565,13 +15565,13 @@ expressiveness of the language with the parsing expressions.")
|
||||||
(define-public ruby-cbor
|
(define-public ruby-cbor
|
||||||
(package
|
(package
|
||||||
(name "ruby-cbor")
|
(name "ruby-cbor")
|
||||||
(version "0.5.9.6")
|
(version "0.5.10.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "cbor" version))
|
(uri (rubygems-uri "cbor" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0511idr8xps9625nh3kxr68sdy6l3xy2kcz7r57g47fxb1v18jj3"))))
|
(base32 "1w3d5dhx4vjd707ihkcmq7fy78p5fgawcjdqw2byxnfw32gzgkbr"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "spec"))
|
`(#:test-target "spec"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue