guix-commits
[Top][All Lists]
Advanced

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

29/59: gnu: ruby-thor: Update to 1.2.2.


From: guix-commits
Subject: 29/59: gnu: ruby-thor: Update to 1.2.2.
Date: Wed, 28 Jun 2023 05:55:15 -0400 (EDT)

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

commit 1d49d7bb9bd03f57b75673f40b11c779affb0850
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Jun 27 11:47:35 2023 +0100

    gnu: ruby-thor: Update to 1.2.2.
    
    * gnu/packages/ruby.scm (ruby-thor): Update to 1.2.2.
---
 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 c48e0c6323..e726d03766 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3135,7 +3135,7 @@ generating XPath expressions.")
 (define-public ruby-thor
   (package
     (name "ruby-thor")
-    (version "1.2.1")
+    (version "1.2.2")
     (source (origin
               ;; Pull from git because the gem has no tests.
               (method git-fetch)
@@ -3145,7 +3145,7 @@ generating XPath expressions.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1vjm628ks5kw8q6dskh38dqyz2j8c3n694wsqkj4jb4jrn6rkfzx"))))
+                "1k3z2mlhaig5ycapjxwybb19z7ca0q1876i6csfmv2j0hf1hnc0z"))))
     (build-system ruby-build-system)
     (arguments
      (list



reply via email to

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