gnu: ruby-redcloth: Update to 4.3.2.

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

View File

@ -2736,13 +2736,13 @@ alternative to Marshal for Object serialization. ")
(define-public ruby-redcloth (define-public ruby-redcloth
(package (package
(name "ruby-redcloth") (name "ruby-redcloth")
(version "4.2.9") (version "4.3.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "RedCloth" version)) (uri (rubygems-uri "RedCloth" version))
(sha256 (sha256
(base32 (base32
"06pahxyrckhgb7alsxwhhlx1ib2xsx33793finj01jk8i054bkxl")))) "0m9dv7ya9q93r8x1pg2gi15rxlbck8m178j1fz7r5v6wr1avrrqy"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests