guix-commits
[Top][All Lists]
Advanced

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

18/19: gnu: ruby-text-hyphen: Update to 1.5.0.


From: guix-commits
Subject: 18/19: gnu: ruby-text-hyphen: Update to 1.5.0.
Date: Thu, 29 Jun 2023 07:06:05 -0400 (EDT)

cbaines pushed a commit to branch ruby-team
in repository guix.

commit 119857f9fe86667cd0bae38e83d815c1c5383c0d
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jun 29 11:59:46 2023 +0100

    gnu: ruby-text-hyphen: Update to 1.5.0.
    
    * gnu/packages/ruby.scm (ruby-text-hyphen): Update to 1.5.0.
---
 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 dfd1e962bc..15ad49dbbd 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2192,14 +2192,14 @@ or a background processing library.")
 (define-public ruby-text-hyphen
   (package
     (name "ruby-text-hyphen")
-    (version "1.4.1")
+    (version "1.5.0")
     (source
       (origin
         (method url-fetch)
         (uri (rubygems-uri "text-hyphen" version))
         (sha256
           (base32
-            "1gj4awvs9ryf960m0iawg43jyjmfwcqgfwrbcfp890a57b9ag7q1"))))
+            "01js0wxz84cc5hzxgqbcqnsa0y6crhdi6plmgkzyfm55p0rlajn4"))))
     (build-system ruby-build-system)
     (native-inputs
      (list ruby-hoe))



reply via email to

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