me
/
guix
Archived
1
0
Fork 0

gnu: ruby-ffi: Update to 1.9.23.

* gnu/packages/libffi.scm (ruby-ffi): Update to 1.9.23.
master
Tobias Geerinckx-Rice 2018-03-23 21:08:50 +01:00
parent a2b9cfa547
commit a26040c5ee
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -153,13 +153,13 @@ conversions for values passed between the two languages.")
(define-public ruby-ffi (define-public ruby-ffi
(package (package
(name "ruby-ffi") (name "ruby-ffi")
(version "1.9.22") (version "1.9.23")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "ffi" version)) (uri (rubygems-uri "ffi" version))
(sha256 (sha256
(base32 (base32
"17lvnpmllg4mlzf25lxbmfzk4l6rsddlxwwdkbs4d9v5gv154529")))) "0zw6pbyvmj8wafdc7l5h7w20zkp1vbr2805ql5d941g2b20pk4zr"))))
(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.