me
/
guix
Archived
1
0
Fork 0

gnu: ruby-kramdown: Update to 2.3.1 [fixes CVE-2021-28834].

* gnu/packages/ruby.scm (ruby-kramdown): Update to 2.3.1.
master
Léo Le Bouter 2021-03-19 11:44:41 +01:00
parent 1155a88308
commit c1245f01ef
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6
1 changed files with 2 additions and 2 deletions

View File

@ -11096,13 +11096,13 @@ functionality from Prawn.")
(define-public ruby-kramdown
(package
(name "ruby-kramdown")
(version "2.3.0")
(version "2.3.1")
(source (origin
(method url-fetch)
(uri (rubygems-uri "kramdown" version))
(sha256
(base32
"1vmw752c26ny2jwl0npn0gbyqwgz4hdmlpxnsld9qi9xhk5b1qh7"))))
"0jdbcjv4v7sj888bv3vc6d1dg4ackkh7ywlmn9ln2g9alk7kisar"))))
(build-system ruby-build-system)
(arguments `(#:tests? #f)); FIXME: some test failures
(native-inputs