[PATCH] gnu: jekyll: Update to 4.3.4.

  • Open
  • quality assurance status badge
Details
2 participants
  • gemmaro
  • Maxim Cournoyer
Owner
unassigned
Submitted by
gemmaro
Severity
normal
G
G
gemmaro wrote on 19 Sep 11:13 +0200
(address . guix-patches@gnu.org)(name . gemmaro)(address . gemmaro.dev@gmail.com)
f5cbd4ff81233d0d1ac7ad0bb76113bd6f974c79.1726737233.git.gemmaro.dev@gmail.com
* gnu/packages/ruby.scm (jekyll): Update to 4.3.4.
[native-inputs]: Add ruby-activesupport.

Change-Id: I806aadf195853974318349346a1ee64f67be3243
---
gnu/packages/ruby.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 5af1bb1cef..2caf682a63 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -14867,7 +14867,7 @@ (define-public ruby-terminal-table
(define-public jekyll
(package
(name "jekyll")
- (version "4.3.2")
+ (version "4.3.4")
(source (origin
(method git-fetch) ;for tests
(uri (git-reference
@@ -14876,7 +14876,7 @@ (define-public jekyll
(file-name (git-file-name name version))
(sha256
(base32
- "1d588d7zhp526r21f9mnm204m8qy0c8h3lq3ghyg6qp8mj6hnwj4"))))
+ "0sz285x5ppbifrnixi9sdzv28kg4x3qbzds3qniiwh1ip9hi1yk4"))))
(build-system ruby-build-system)
(arguments
(list #:modules '((guix build ruby-build-system)
@@ -14947,6 +14947,7 @@ (define-public jekyll
(find-files "test" "^test_.*\\.rb$"))))))))
(native-inputs
(list bundler
+ ruby-activesupport
ruby-httpclient
ruby-minitest-profile
ruby-minitest-reporters

base-commit: 610b395424c02274800d85585cb542ad66d9afea
--
2.46.0
M
M
Maxim Cournoyer wrote on 21 Sep 07:56 +0200
(name . gemmaro)(address . gemmaro.dev@gmail.com)
8734lto8h8.fsf@gmail.com
Hi,

gemmaro <gemmaro.dev@gmail.com> writes:

Toggle quote (5 lines)
> * gnu/packages/ruby.scm (jekyll): Update to 4.3.4.
> [native-inputs]: Add ruby-activesupport.
>
> Change-Id: I806aadf195853974318349346a1ee64f67be3243

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>

Haven't tested it, but semantically LGTM.

--
Thanks,
Maxim
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73353@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73353
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch