[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: jekyll: Loosen the requirement for kramdown.
From: |
guix-commits |
Subject: |
branch master updated: gnu: jekyll: Loosen the requirement for kramdown. |
Date: |
Sat, 22 Aug 2020 07:23:57 -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 b7e7669 gnu: jekyll: Loosen the requirement for kramdown.
b7e7669 is described below
commit b7e76699d28b1fab55ec97c21e2c66f7c5b4dc8a
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sat Aug 22 03:08:42 2020 +0200
gnu: jekyll: Loosen the requirement for kramdown.
* gnu/packages/ruby.scm (jekyll): Loosen the requirement for kramdown.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/ruby.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 0100280..3ff93d2 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -22,6 +22,7 @@
;;; Copyright © 2019 Brett Gilio <brettg@posteo.de>
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -10986,7 +10987,8 @@ Pathname.")
(add-before 'build 'fix-i18n
(lambda _
(substitute* ".gemspec"
- (("~> 0.7") ">= 0.7"))
+ (("~> 0.7") ">= 0.7")
+ (("~> 1.14") ">= 1.14"))
#t)))))
(propagated-inputs
`(("ruby-addressable" ,ruby-addressable)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: jekyll: Loosen the requirement for kramdown.,
guix-commits <=