[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#46145] [PATCH 5/5] gnu: jekyll: Update to 4.2.0.
From: |
EuAndreh |
Subject: |
[bug#46145] [PATCH 5/5] gnu: jekyll: Update to 4.2.0. |
Date: |
Mon, 8 Feb 2021 14:26:17 -0300 |
* gnu/packages/ruby.scm (ruby-rouge-2): Remove variable.
* gnu/packages/ruby.scm (jekyll): Update to 4.2.0.
[propagated-inputs]: Use newer version or ruby-rouge, add ruby-sassc
and ruby-terminal-table.
---
gnu/packages/ruby.scm | 21 ++++++---------------
1 file changed, 6 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index c1a1c3fc1f..9d855aeca0 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -10982,17 +10982,6 @@ is compatible with stylesheets designed for pygments.")
;; pygments is licensed under bsd-2
license:bsd-2))))
-(define-public ruby-rouge-2
- (package
- (inherit ruby-rouge)
- (version "2.2.1")
- (source (origin
- (method url-fetch)
- (uri (rubygems-uri "rouge" version))
- (sha256
- (base32
- "02kpahk5nkc33yxnn75649kzxaz073wvazr2zyg491nndykgnvcs"))))))
-
(define-public ruby-hashie
(package
(name "ruby-hashie")
@@ -11201,13 +11190,13 @@ Unicode formatted tables.")
(define-public jekyll
(package
(name "jekyll")
- (version "3.8.6")
+ (version "4.2.0")
(source (origin
(method url-fetch)
(uri (rubygems-uri "jekyll" version))
(sha256
(base32
- "1ph1jjjl25vmzif7bvxzviq7azjm384pm7ba4k24cah94285bzhz"))))
+ "0cqkh78jw8scrajyx5nla0vwm9fvp2qql3kdcvvplcq9mazy8snq"))))
(build-system ruby-build-system)
(arguments
;; No rakefile, but a test subdirectory.
@@ -11231,8 +11220,10 @@ Unicode formatted tables.")
("ruby-liquid" ,ruby-liquid)
("ruby-mercenary" ,ruby-mercenary)
("ruby-pathutil" ,ruby-pathutil)
- ("ruby-rouge" ,ruby-rouge-2)
- ("ruby-safe-yaml" ,ruby-safe-yaml)))
+ ("ruby-rouge" ,ruby-rouge)
+ ("ruby-safe-yaml" ,ruby-safe-yaml)
+ ("ruby-sassc" ,ruby-sassc)
+ ("ruby-terminal-table" ,ruby-terminal-table)))
(home-page "https://jekyllrb.com/")
(synopsis "Static site generator")
(description "Jekyll is a simple, blog aware, static site generator.")
--
2.30.0
- [bug#46145] [PATCH v2] gnu: jekyll: Update to 4.2.0, Nicolas Goaziou, 2021/02/05
- [bug#46145] [PATCH v2] gnu: jekyll: Update to 4.2.0, EuAndreh, 2021/02/05
- [bug#46145] [PATCH v2] gnu: jekyll: Update to 4.2.0, Nicolas Goaziou, 2021/02/06
- [bug#46145] [PATCH 1/5] gnu: ruby-sassc: Update to 2.4.0., EuAndreh, 2021/02/08
- [bug#46145] [PATCH 5/5] gnu: jekyll: Update to 4.2.0.,
EuAndreh <=
- [bug#46145] [PATCH 5/5] gnu: jekyll: Update to 4.2.0., EuAndreh, 2021/02/08
- [bug#46145] [PATCH 5/5] gnu: jekyll: Update to 4.2.0., EuAndreh, 2021/02/08
- [bug#46145] [PATCH 5/5] gnu: jekyll: Update to 4.2.0., Nicolas Goaziou, 2021/02/08
- [bug#46145] [PATCH 5/5] gnu: jekyll: Update to 4.2.0., EuAndreh, 2021/02/08
- bug#46145: [PATCH 5/5] gnu: jekyll: Update to 4.2.0., Nicolas Goaziou, 2021/02/09
- [bug#46145] [PATCH 4/5] gnu: Add ruby-terminal-table., EuAndreh, 2021/02/08
- [bug#46145] [PATCH 3/5] gnu: ruby-mercenary: Update to 0.4.0., EuAndreh, 2021/02/08
- [bug#46145] [PATCH 2/5] gnu: ruby-jekyll-sass-converter: Update to 2.1.0., EuAndreh, 2021/02/08