[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/24: gnu: jekyll: Update to 3.8.5.
From: |
guix-commits |
Subject: |
23/24: gnu: jekyll: Update to 3.8.5. |
Date: |
Wed, 20 Mar 2019 23:07:53 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5cf3e6fcd5216e1a98e32e7d7a1da50554354a4b
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Mar 21 03:49:08 2019 +0100
gnu: jekyll: Update to 3.8.5.
* gnu/packages/ruby.scm (jekyll): Update to 3.8.5.
---
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 55adff6..2ef00ce 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -8266,13 +8266,13 @@ Pathname.")
(define-public jekyll
(package
(name "jekyll")
- (version "3.8.3")
+ (version "3.8.5")
(source (origin
(method url-fetch)
(uri (rubygems-uri "jekyll" version))
(sha256
(base32
- "1iw90wihk9dscgmppf5v6lysg3kjmnx50mjyl4gghkdb4spw97xk"))))
+ "1nn2sc308l2mz0yiall4r90l6vy67qp4sy9zapi73a948nd4a5k3"))))
(build-system ruby-build-system)
(arguments
;; No rakefile, but a test subdirectory
- branch master updated (6cea61e -> f1aa44a), guix-commits, 2019/03/20
- 24/24: gnu: qwt: Update to 6.1.4., guix-commits, 2019/03/20
- 23/24: gnu: jekyll: Update to 3.8.5.,
guix-commits <=
- 22/24: gnu: ruby-fivemat: Update to 1.3.7., guix-commits, 2019/03/20
- 21/24: gnu: ruby-activesupport: Update to 5.2.2.1., guix-commits, 2019/03/20
- 20/24: gnu: ruby-rails: Update to 5.2.2.1., guix-commits, 2019/03/20
- 19/24: gnu: ruby-railties: Update to 5.2.2.1., guix-commits, 2019/03/20
- 18/24: gnu: ruby-actionmailer: Update to 5.2.2.1., guix-commits, 2019/03/20
- 17/24: gnu: ruby-activestorage: Update to 5.2.2.1., guix-commits, 2019/03/20
- 15/24: gnu: ruby-actioncable: Update to 5.2.2.1., guix-commits, 2019/03/20
- 14/24: gnu: ruby-actionpack: Update to 5.2.2.1., guix-commits, 2019/03/20
- 16/24: gnu: ruby-activejob: Update to 5.2.2.1., guix-commits, 2019/03/20
- 13/24: gnu: ruby-actionview: Update to 5.2.2.1., guix-commits, 2019/03/20