guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 29/100: gnu: ruby-thor: Update to 1.2.2.
Date: Mon, 10 Jul 2023 03:27:30 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit d9430ef532c2028aceeee1558c99999e59deee67
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 affa119a43..f398193f0b 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]