gnu: ruby-libxml: Update to 3.0.0.

* gnu/packages/ruby.scm (ruby-libxml): Update to 3.0.0.
This commit is contained in:
Tobias Geerinckx-Rice 2017-08-10 23:27:12 +02:00
parent 6f9652b0a1
commit acbc506218
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -683,14 +683,14 @@ extensions.")
(define-public ruby-libxml
(package
(name "ruby-libxml")
(version "2.8.0")
(version "3.0.0")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "libxml-ruby" version))
(sha256
(base32
"1dhjqp4r9vkdp00l6h1cj8qfndzxlhlxk6b9g0w4v55gz857ilhb"))))
"0xy8wmjwjcnv36zi042678ncjzpxvy351ccbv7mzkns2n3kxfp54"))))
(build-system ruby-build-system)
(inputs
`(("zlib" ,zlib)