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.0.


From: guix-commits
Subject: branch master updated: gnu: ruby-kramdown: Update to 2.3.0.
Date: Wed, 19 Aug 2020 11:29:13 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2b5b780  gnu: ruby-kramdown: Update to 2.3.0.
2b5b780 is described below

commit 2b5b7809b6e91f7e35cc5f082af815c0a4725d58
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 19 17:28:52 2020 +0200

    gnu: ruby-kramdown: Update to 2.3.0.
    
    * gnu/packages/ruby.scm (ruby-kramdown): Update to 2.3.0.
---
 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 cc98deb..0100280 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -10698,13 +10698,13 @@ functionality from Prawn.")
 (define-public ruby-kramdown
   (package
     (name "ruby-kramdown")
-    (version "1.17.0")
+    (version "2.3.0")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "kramdown" version))
               (sha256
                (base32
-                "1n1c4jmrh5ig8iv1rw81s4mw4xsp4v97hvf8zkigv4hn5h542qjq"))))
+                "1vmw752c26ny2jwl0npn0gbyqwgz4hdmlpxnsld9qi9xhk5b1qh7"))))
     (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]