gnu: ruby-rack: Update to 2.0.3.
* gnu/packages/ruby.scm (ruby-rack): Update to 2.0.3.
This commit is contained in:
parent
44a0591b2b
commit
8d171471cf
|
@ -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"))))
|
||||||
|
|
Loading…
Reference in New Issue