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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7448f7572f gnu: ruby-markaby: Update to 0.9.4.
7448f7572f is described below

commit 7448f7572ffc219c6618f24fe69468cae3d7498c
Author: Richard Sent <[email protected]>
AuthorDate: Mon Aug 18 13:05:41 2025 -0400

    gnu: ruby-markaby: Update to 0.9.4.
    
    * gnu/packages/ruby-xyz.scm (ruby-markaby): Update to 0.9.4.
    
    Change-Id: If4998a8548bbd8b57b6a178deee799f2a690c154
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/ruby-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 8ac2fd9e4e..f2512a7026 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -4706,14 +4706,14 @@ another.")
 (define-public ruby-markaby
   (package
     (name "ruby-markaby")
-    (version "0.9.0")
+    (version "0.9.4")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "markaby" version))
        (sha256
         (base32
-         "1j4jc31ycydbkh5h3q6zwidzpavg3g5mbb5lqyaczd3jrq78rd7i"))))
+         "1vizqpa9pks5nlqj0jjx2d1q6f9vfmjjbb774v1kp591pq5nhmcm"))))
     (build-system ruby-build-system)
     (arguments
      (list

Reply via email to