* [bug#42980] [PATCH] gnu: jekyll: Loosen the requirement for kramdown.
@ 2020-08-22 1:08 Michael Rohleder
2020-08-22 11:24 ` bug#42980: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-08-22 1:08 UTC (permalink / raw)
To: 42980; +Cc: Michael Rohleder
* gnu/packages/ruby.scm (jekyll): Loosen the requirement for kramdown.
---
commit 2b5b7809b6e91f7e35cc5f082af815c0a4725d58 (update ruby-kramdown)
broke building ruby-jekyll-paginate-v2.
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 010028082a..3ff93d2252 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)
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-22 11:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-22 1:08 [bug#42980] [PATCH] gnu: jekyll: Loosen the requirement for kramdown Michael Rohleder
2020-08-22 11:24 ` bug#42980: " Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).