[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/18: gnu: ruby-ffi: Update to 1.9.22.
From: |
Tobias Geerinckx-Rice |
Subject: |
13/18: gnu: ruby-ffi: Update to 1.9.22. |
Date: |
Mon, 26 Feb 2018 14:14:29 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 9de33cc726cb4d050ea722ec6a8ceb7613d676a2
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Feb 24 14:45:38 2018 +0100
gnu: ruby-ffi: Update to 1.9.22.
* gnu/packages/libffi.scm (ruby-ffi): Update to 1.9.22.
---
gnu/packages/libffi.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm
index 948dabb..e5e4023 100644
--- a/gnu/packages/libffi.scm
+++ b/gnu/packages/libffi.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
;;; Copyright © 2016, 2017 Ben Woodcroft <address@hidden>
;;; Copyright © 2017 Marius Bakke <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -152,13 +153,13 @@ conversions for values passed between the two languages.")
(define-public ruby-ffi
(package
(name "ruby-ffi")
- (version "1.9.18")
+ (version "1.9.22")
(source (origin
(method url-fetch)
(uri (rubygems-uri "ffi" version))
(sha256
(base32
- "034f52xf7zcqgbvwbl20jwdyjwznvqnwpbaps9nk18v9lgb1dpx0"))))
+ "17lvnpmllg4mlzf25lxbmfzk4l6rsddlxwwdkbs4d9v5gv154529"))))
(build-system ruby-build-system)
;; FIXME: Before running tests the build system attempts to build libffi
;; from sources.
- branch master updated (ecbea1b -> d504de2), Tobias Geerinckx-Rice, 2018/02/26
- 01/18: gnu: libfilezilla: Update to 0.12.1., Tobias Geerinckx-Rice, 2018/02/26
- 06/18: gnu: dvdstyler: Remove hard-coded version string., Tobias Geerinckx-Rice, 2018/02/26
- 04/18: gnu: tinc: Update to 1.0.33., Tobias Geerinckx-Rice, 2018/02/26
- 08/18: gnu: perl-net-smtp-ssl: Update to 1.04., Tobias Geerinckx-Rice, 2018/02/26
- 13/18: gnu: ruby-ffi: Update to 1.9.22.,
Tobias Geerinckx-Rice <=
- 15/18: gnu: perl-scalar-list-utils: Update to 1.50., Tobias Geerinckx-Rice, 2018/02/26
- 17/18: gnu: python-cffi: Update phase style., Tobias Geerinckx-Rice, 2018/02/26
- 14/18: gnu: Add nghttp2., Tobias Geerinckx-Rice, 2018/02/26
- 18/18: gnu: assword: Update to 0.11., Tobias Geerinckx-Rice, 2018/02/26
- 11/18: gnu: Use HTTPS for supported freedesktop.org home pages., Tobias Geerinckx-Rice, 2018/02/26
- 02/18: gnu: youtube-dl: Update to 2018.02.22., Tobias Geerinckx-Rice, 2018/02/26
- 09/18: gnu: perl-xml-libxslt: Update to 1.96., Tobias Geerinckx-Rice, 2018/02/26
- 07/18: gnu: perl-http-server-simple: Update to 0.52., Tobias Geerinckx-Rice, 2018/02/26
- 03/18: gnu: gource: Update to 0.48., Tobias Geerinckx-Rice, 2018/02/26
- 05/18: gnu: libdvbpsi: Update to 1.3.2., Tobias Geerinckx-Rice, 2018/02/26