aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-08-10 23:22:22 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-08-11 00:20:46 +0200
commit2a91494ed11e85fded287c29448427dc252a49ed (patch)
treee90c627f77f159d0cf97ff2e8f0ab0abee2680d3
parenta3179a7338af8d8a84dd87310d8fb21326e196ab (diff)
downloadguix-2a91494ed11e85fded287c29448427dc252a49ed.tar
guix-2a91494ed11e85fded287c29448427dc252a49ed.tar.gz
gnu: ruby-redcloth: Update to 4.3.2.
* gnu/packages/ruby.scm (ruby-redcloth): Update to 4.3.2.
-rw-r--r--gnu/packages/ruby.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 7b6ed57099..439e80925c 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2736,13 +2736,13 @@ alternative to Marshal for Object serialization. ")
(define-public ruby-redcloth
(package
(name "ruby-redcloth")
- (version "4.2.9")
+ (version "4.3.2")
(source (origin
(method url-fetch)
(uri (rubygems-uri "RedCloth" version))
(sha256
(base32
- "06pahxyrckhgb7alsxwhhlx1ib2xsx33793finj01jk8i054bkxl"))))
+ "0m9dv7ya9q93r8x1pg2gi15rxlbck8m178j1fz7r5v6wr1avrrqy"))))
(build-system ruby-build-system)
(arguments
`(#:tests? #f ; no tests