gnu: ruby-eventmachine: Update to 1.2.6.

* gnu/packages/ruby.scm (ruby-eventmachine): Update to 1.2.6.
This commit is contained in:
Tobias Geerinckx-Rice 2018-05-02 21:53:46 +02:00
parent deef6d7c8b
commit c5d269fb4d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -3694,14 +3694,14 @@ application.")
(define-public ruby-eventmachine
(package
(name "ruby-eventmachine")
(version "1.2.5")
(version "1.2.6")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "eventmachine" version))
(sha256
(base32
"075hdw0fgzldgss3xaqm2dk545736khcvv1fmzbf1sgdlkyh1v8z"))))
"08477hl609rmmngwfy8dmsqz5zvsg8xrsrrk6xi70jf48majwli0"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f)) ; test suite tries to connect to google.com