gnu: ruby-thor: Update to 1.2.2.

* gnu/packages/ruby.scm (ruby-thor): Update to 1.2.2.
This commit is contained in:
Christopher Baines 2023-06-27 11:47:35 +01:00
parent bb347fe01d
commit d9430ef532
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -3135,7 +3135,7 @@ (define-public ruby-xpath
(define-public ruby-thor (define-public ruby-thor
(package (package
(name "ruby-thor") (name "ruby-thor")
(version "1.2.1") (version "1.2.2")
(source (origin (source (origin
;; Pull from git because the gem has no tests. ;; Pull from git because the gem has no tests.
(method git-fetch) (method git-fetch)
@ -3145,7 +3145,7 @@ (define-public ruby-thor
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1vjm628ks5kw8q6dskh38dqyz2j8c3n694wsqkj4jb4jrn6rkfzx")))) "1k3z2mlhaig5ycapjxwybb19z7ca0q1876i6csfmv2j0hf1hnc0z"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
(list (list