guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

188/229: gnu: ruby-liquid: Update to 4.0.3.


From: guix-commits
Subject: 188/229: gnu: ruby-liquid: Update to 4.0.3.
Date: Tue, 28 Mar 2023 22:29:21 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 4140757450792e698d3f8bdbc9fe11dd7fa6800f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Mar 15 21:46:20 2023 -0400

    gnu: ruby-liquid: Update to 4.0.3.
    
    * gnu/packages/ruby.scm (ruby-liquid): Update to 4.0.3.
---
 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index aa1e6210e0..626c6ea4d4 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -13091,13 +13091,13 @@ external applications from within Ruby programs.")
 (define-public ruby-liquid
   (package
     (name "ruby-liquid")
-    (version "4.0.0")
+    (version "4.0.3")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "liquid" version))
               (sha256
                (base32
-                "17fa0jgwm9a935fyvzy8bysz7j5n1vf1x2wzqkdfd5k08dbw3x2y"))))
+                "0zhg5ha8zy8zw9qr3fl4wgk4r5940n4128xm2pn4shpbzdbsj5by"))))
     (build-system ruby-build-system)
     (arguments `(#:tests? #f)); No rakefile
     (home-page "https://shopify.github.io/liquid/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]