guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ruby-jekyll-paginate-v2: Update to 3.0.0.


From: guix-commits
Subject: branch master updated: gnu: ruby-jekyll-paginate-v2: Update to 3.0.0.
Date: Tue, 25 Aug 2020 03:46:11 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ed9142a  gnu: ruby-jekyll-paginate-v2: Update to 3.0.0.
ed9142a is described below

commit ed9142a672c2f09e3e0c77f6665fc31d7ef0d892
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Aug 24 17:12:05 2020 +0200

    gnu: ruby-jekyll-paginate-v2: Update to 3.0.0.
    
    * gnu/packages/ruby.scm (ruby-jekyll-paginate-v2): Update to 3.0.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 9bdcd6b..0dfe618 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -11033,13 +11033,13 @@ Pathname.")
 (define-public ruby-jekyll-paginate-v2
   (package
     (name "ruby-jekyll-paginate-v2")
-    (version "2.0.0")
+    (version "3.0.0")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "jekyll-paginate-v2" version))
               (sha256
                (base32
-                "154bfpyml6abxww9868hhyfvxasl8qhsc5zy2q30c7dxaj0igdib"))))
+                "1qzlqhpiqz28624fp0ak76hfy7908w6kpx62v7z43aiwjv0yc6q0"))))
     (build-system ruby-build-system)
     (propagated-inputs
      `(("jekyll" ,jekyll)))



reply via email to

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