gnu: jekyll: Update to 3.8.6.

* gnu/packages/ruby.scm (jekyll): Update to 3.8.6.
master
Tobias Geerinckx-Rice 2019-07-13 06:12:16 +02:00
parent 71e5d425c9
commit fcf82fd314
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View 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