unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Trev <trev@trevdev.ca>
To: 56101@debbugs.gnu.org
Subject: [bug#56101] [PATCH 1/3] Upgrade ruby-liquid to version 5.3.0.
Date: Sun, 19 Jun 2022 20:39:11 -0700	[thread overview]
Message-ID: <3d771975553830f4650e37a0e9c904c0ae3b9b8a.1655669882.git.trev@trevdev.ca> (raw)
In-Reply-To: <cover.1655669882.git.trev@trevdev.ca>

[-- Attachment #1: Type: text/plain, Size: 1953 bytes --]

* gnu/packages/ruby.scm (ruby-liquid): Update to latest version.
(ruby-liquid-4.0): New variable. Prevents dependency breakage for 
Jekyll.

---
 gnu/packages/ruby.scm | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 800ab194fe..47b4714f92 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -11185,13 +11185,13 @@ (define-public ruby-mercenary
 (define-public ruby-liquid
   (package
     (name "ruby-liquid")
-    (version "4.0.0")
+    (version "5.3.0")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "liquid" version))
               (sha256
                (base32
- 
                 "17fa0jgwm9a935fyvzy8bysz7j5n1vf1x2wzqkdfd5k08dbw3x2y"))))
+ 
"0b3nmab5vvn48mr0yrp5cryvdi1xw749jrkca0wwciv0wcb8y50v"))))
     (build-system ruby-build-system)
     (arguments `(#:tests? #f)); No rakefile
     (home-page "https://shopify.github.io/liquid/")
@@ -11200,6 +11200,17 @@ (define-public ruby-liquid
 to load dynamic content on storefronts.")
     (license license:expat)))
 
+(define-public ruby-liquid-4.0
+  (package
+    (inherit ruby-liquid)
+    (version "4.0.0")
+    (source (origin
+              (method url-fetch)
+              (uri (rubygems-uri "liquid" version))
+              (sha256
+               (base32
+ 
"17fa0jgwm9a935fyvzy8bysz7j5n1vf1x2wzqkdfd5k08dbw3x2y"))))))
+
 (define-public ruby-forwardable-extended
   (package
     (name "ruby-forwardable-extended")
@@ -11313,7 +11324,7 @@ (define-public jekyll
        ("ruby-jekyll-sass-converter" ,ruby-jekyll-sass-converter)
        ("ruby-jekyll-watch" ,ruby-jekyll-watch)
        ("ruby-kramdown" ,ruby-kramdown-parser-gfm)
-       ("ruby-liquid" ,ruby-liquid)
+       ("ruby-liquid" ,ruby-liquid-4.0)
        ("ruby-mercenary" ,ruby-mercenary)
        ("ruby-pathutil" ,ruby-pathutil)
        ("ruby-rouge" ,ruby-rouge)
-- 
2.36.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 251 bytes --]

  parent reply	other threads:[~2022-06-20  3:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-19 20:18 [bug#56101] [PATCH 0/3] Add shopify-cli ruby gem to packages Trevor Richards
2022-06-18  5:56 ` [bug#56101] [PATCH 2/3] Upgrade ruby-listen to 3.7.1 Trev
2022-06-18  5:59 ` [bug#56101] [PATCH 3/3] Add package ruby-shopify-cli and its missing dependencies Trev
2022-06-20  3:39 ` Trev [this message]
2022-06-20 21:44 ` [bug#56101] [PATCH] propagate dependencies that need to be on PATH Trevor Richards
2022-09-15 20:08 ` bug#56101: Cancel Submission Trev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3d771975553830f4650e37a0e9c904c0ae3b9b8a.1655669882.git.trev@trevdev.ca \
    --to=trev@trevdev.ca \
    --cc=56101@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).