unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73353] [PATCH] gnu: jekyll: Update to 4.3.4.
@ 2024-09-19  9:13 gemmaro
  0 siblings, 0 replies; only message in thread
From: gemmaro @ 2024-09-19  9:13 UTC (permalink / raw)
  To: 73353; +Cc: gemmaro, Christopher Baines

* 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-09-19  9:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-19  9:13 [bug#73353] [PATCH] gnu: jekyll: Update to 4.3.4 gemmaro

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).