GNU bug report logs - #73353
[PATCH] gnu: jekyll: Update to 4.3.4.

Previous Next

Package: guix-patches;

Reported by: gemmaro <gemmaro.dev <at> gmail.com>

Date: Thu, 19 Sep 2024 09:16:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 73353 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix <at> cbaines.net, guix-patches <at> gnu.org:
bug#73353; Package guix-patches. (Thu, 19 Sep 2024 09:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to gemmaro <gemmaro.dev <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix <at> cbaines.net, guix-patches <at> gnu.org. (Thu, 19 Sep 2024 09:16:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: gemmaro <gemmaro.dev <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: gemmaro <gemmaro.dev <at> gmail.com>
Subject: [PATCH] gnu: jekyll: Update to 4.3.4.
Date: Thu, 19 Sep 2024 18:13:53 +0900
* 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(-)

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





Information forwarded to guix-patches <at> gnu.org:
bug#73353; Package guix-patches. (Sat, 21 Sep 2024 05:59:02 GMT) Full text and rfc822 format available.

Message #8 received at 73353 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: gemmaro <gemmaro.dev <at> gmail.com>
Cc: Christopher Baines <guix <at> cbaines.net>, 73353 <at> debbugs.gnu.org
Subject: Re: [bug#73353] [PATCH] gnu: jekyll: Update to 4.3.4.
Date: Sat, 21 Sep 2024 14:56:35 +0900
Hi,

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

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

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

Haven't tested it, but semantically LGTM.

-- 
Thanks,
Maxim




This bug report was last modified 267 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.