guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: jekyll: Update to 3.8.6.


From: guix-commits
Subject: 01/11: gnu: jekyll: Update to 3.8.6.
Date: Tue, 16 Jul 2019 17:00:25 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fcf82fd3149ea55ec9e3264ef0893cf253157b24
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jul 13 06:12:16 2019 +0200

    gnu: jekyll: Update to 3.8.6.
    
    * gnu/packages/ruby.scm (jekyll): Update to 3.8.6.
---
 gnu/packages/ruby.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 481495b..d47c2ed 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -8372,16 +8372,16 @@ Pathname.")
 (define-public jekyll
   (package
     (name "jekyll")
-    (version "3.8.5")
+    (version "3.8.6")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "jekyll" version))
               (sha256
                (base32
-                "1nn2sc308l2mz0yiall4r90l6vy67qp4sy9zapi73a948nd4a5k3"))))
+                "1ph1jjjl25vmzif7bvxzviq7azjm384pm7ba4k24cah94285bzhz"))))
     (build-system ruby-build-system)
     (arguments
-     ;; No rakefile, but a test subdirectory
+     ;; No rakefile, but a test subdirectory.
      `(#:tests? #f
        #:phases
        (modify-phases %standard-phases



reply via email to

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