guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ruby-kramdown: Update to 2.3.1 [fixes CVE-20


From: guix-commits
Subject: branch master updated: gnu: ruby-kramdown: Update to 2.3.1 [fixes CVE-2021-28834].
Date: Fri, 19 Mar 2021 06:45:27 -0400

This is an automated email from the git hooks/post-receive script.

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c1245f0  gnu: ruby-kramdown: Update to 2.3.1 [fixes CVE-2021-28834].
c1245f0 is described below

commit c1245f01efdc126e37a0bf432a8a1b315ccb33a5
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Fri Mar 19 11:44:41 2021 +0100

    gnu: ruby-kramdown: Update to 2.3.1 [fixes CVE-2021-28834].
    
    * gnu/packages/ruby.scm (ruby-kramdown): Update to 2.3.1.
---
 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index c138f18..806c6cf 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]