gnu: ruby-nokogiri: Upgrade to 1.6.7.1.
* gnu/packages/ruby.scm (ruby-nokogiri): Upgrade to 1.6.7.1.
This commit is contained in:
parent
d000fc92b1
commit
1b9d4e2e20
|
@ -1696,13 +1696,13 @@ to reproduce user environments.")
|
||||||
(define-public ruby-nokogiri
|
(define-public ruby-nokogiri
|
||||||
(package
|
(package
|
||||||
(name "ruby-nokogiri")
|
(name "ruby-nokogiri")
|
||||||
(version "1.6.6.2")
|
(version "1.6.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "nokogiri" version))
|
(uri (rubygems-uri "nokogiri" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j4qv32qjh67dcrc1yy1h8sqjnny8siyy4s44awla8d6jk361h30"))))
|
"12nwv3lad5k2k73aa1d1xy4x577c143ixks6rs70yp78sinbglk2"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Tests fail because Nokogiri can only test with an installed extension,
|
;; Tests fail because Nokogiri can only test with an installed extension,
|
||||||
|
@ -1720,7 +1720,7 @@ to reproduce user environments.")
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("libxslt" ,libxslt)))
|
("libxslt" ,libxslt)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ruby-mini-portile" ,ruby-mini-portile)))
|
`(("ruby-mini-portile" ,ruby-mini-portile-2)))
|
||||||
(synopsis "HTML, XML, SAX, and Reader parser for Ruby")
|
(synopsis "HTML, XML, SAX, and Reader parser for Ruby")
|
||||||
(description "Nokogiri (鋸) parses and searches XML/HTML, and features
|
(description "Nokogiri (鋸) parses and searches XML/HTML, and features
|
||||||
both CSS3 selector and XPath 1.0 support.")
|
both CSS3 selector and XPath 1.0 support.")
|
||||||
|
|
Loading…
Reference in New Issue