me
/
guix
Archived
1
0
Fork 0

gnu: ruby-ffi: Update to 1.12.2.

* gnu/packages/libffi.scm (ruby-ffi): Update to 1.12.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

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