gnu: jekyll: Update to 3.8.6.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 13 Jul 2019 04:12:16 +0000 (06:12 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 16 Jul 2019 21:00:09 +0000 (23:00 +0200)
* gnu/packages/ruby.scm (jekyll): Update to 3.8.6.

gnu/packages/ruby.scm

index 481495b..d47c2ed 100644 (file)
@@ -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