mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: ruby-listen: Update to 3.2.0.
This avoids some test failures when updating Ruby to 2.6. * gnu/packages/ruby.scm (ruby-listen): Update to 3.2.0.
This commit is contained in:
parent
a76a343082
commit
12341d344a
1 changed files with 2 additions and 2 deletions
|
@ -4584,7 +4584,7 @@ a native C extension.")
|
|||
(define-public ruby-listen
|
||||
(package
|
||||
(name "ruby-listen")
|
||||
(version "3.1.5")
|
||||
(version "3.2.0")
|
||||
(source
|
||||
(origin
|
||||
;; The gem does not include a Rakefile, so fetch from the Git
|
||||
|
@ -4596,7 +4596,7 @@ a native C extension.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hqmkfa9f2xb5jlvqbafdxjd5ax75jm8gqj5nh3k22xq0kacsvgg"))))
|
||||
"1hkp1g6hk5clsmbd001gkc12ma6s459x820piajyasv61m87if24"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
`(#:test-target "spec"
|
||||
|
|
Loading…
Reference in a new issue