1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-05 00:35:53 +02: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:
Remco van 't Veer
2025-08-21 13:15:38 +02:00
committed by Andreas Enge
parent 4c43dde9bf
commit fa4fe7091e
+2 -2
View File
@@ -15565,13 +15565,13 @@ expressiveness of the language with the parsing expressions.")
(define-public ruby-cbor
(package
(name "ruby-cbor")
(version "0.5.9.6")
(version "0.5.10.1")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "cbor" version))
(sha256
(base32 "0511idr8xps9625nh3kxr68sdy6l3xy2kcz7r57g47fxb1v18jj3"))))
(base32 "1w3d5dhx4vjd707ihkcmq7fy78p5fgawcjdqw2byxnfw32gzgkbr"))))
(build-system ruby-build-system)
(arguments
`(#:test-target "spec"))