gnu: ruby-ffi: Update to 1.12.2.

* gnu/packages/libffi.scm (ruby-ffi): Update to 1.12.2.
This commit is contained in:
Marius Bakke 2020-05-28 14:03:07 +02:00
parent 7c8eb479a4
commit 77209ddd51
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -182,13 +182,13 @@ (define-public python-cffi-documentation
(define-public ruby-ffi (define-public ruby-ffi
(package (package
(name "ruby-ffi") (name "ruby-ffi")
(version "1.10.0") (version "1.12.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "ffi" version)) (uri (rubygems-uri "ffi" version))
(sha256 (sha256
(base32 (base32
"0j8pzj8raxbir5w5k6s7a042sb5k02pg0f8s4na1r5lan901j00p")))) "10lfhahnnc91v63xpvk65apn61pib086zha3z5sp1xk9acfx12h4"))))
(build-system ruby-build-system) (build-system ruby-build-system)
;; FIXME: Before running tests the build system attempts to build libffi ;; FIXME: Before running tests the build system attempts to build libffi
;; from sources. ;; from sources.