gnu: ruby-rack: Update to 2.0.3.

* gnu/packages/ruby.scm (ruby-rack): Update to 2.0.3.
This commit is contained in:
Ben Woodcroft 2017-05-17 10:08:18 +02:00
parent 44a0591b2b
commit 8d171471cf
No known key found for this signature in database
GPG Key ID: 2A6AD9F4AAC20DF6
1 changed files with 2 additions and 2 deletions

View File

@ -2911,7 +2911,7 @@ differences (added or removed nodes) between two XML/HTML documents.")
(define-public ruby-rack (define-public ruby-rack
(package (package
(name "ruby-rack") (name "ruby-rack")
(version "2.0.1") (version "2.0.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2923,7 +2923,7 @@ differences (added or removed nodes) between two XML/HTML documents.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"00k62v8lpyjzghkn0h0awrnqj1jmlcs2wp57py27m43y65v89cp3")) "12bnqrcg43x9hsswjqg31qqwk8cwj2fh0d2m179y20bjghhn54kx"))
;; Ignore test which fails inside the build environment but works ;; Ignore test which fails inside the build environment but works
;; outside. ;; outside.
(patches (search-patches "ruby-rack-ignore-failing-test.patch")))) (patches (search-patches "ruby-rack-ignore-failing-test.patch"))))