~ruther/guix-local

8d171471cff2dc16339f51cff6f124653af12069 — Ben Woodcroft 8 years ago 44a0591
gnu: ruby-rack: Update to 2.0.3.

* gnu/packages/ruby.scm (ruby-rack): Update to 2.0.3.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/ruby.scm
M gnu/packages/ruby.scm => gnu/packages/ruby.scm +2 -2
@@ 2911,7 2911,7 @@ differences (added or removed nodes) between two XML/HTML documents.")
(define-public ruby-rack
  (package
    (name "ruby-rack")
    (version "2.0.1")
    (version "2.0.3")
    (source
     (origin
       (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"))
       (sha256
        (base32
         "00k62v8lpyjzghkn0h0awrnqj1jmlcs2wp57py27m43y65v89cp3"))
         "12bnqrcg43x9hsswjqg31qqwk8cwj2fh0d2m179y20bjghhn54kx"))
       ;; Ignore test which fails inside the build environment but works
       ;; outside.
       (patches (search-patches "ruby-rack-ignore-failing-test.patch"))))