gnu: ruby-rack: Update to 2.0.5.
* gnu/packages/ruby.scm (ruby-rack): Update to 2.0.5.
This commit is contained in:
parent
e5bea952ea
commit
9347bbf4cf
1 changed files with 2 additions and 2 deletions
|
@ -3330,7 +3330,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.3")
|
(version "2.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3342,7 +3342,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
|
||||||
"12bnqrcg43x9hsswjqg31qqwk8cwj2fh0d2m179y20bjghhn54kx"))
|
"1k1k4wk10l6bxx46pw58j2p3nmyzjqnr65hbjjqydd6517fmxgib"))
|
||||||
;; 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"))))
|
||||||
|
|
Reference in a new issue