diff options
author | Christopher Baines <mail@cbaines.net> | 2020-01-13 19:57:54 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-01-14 23:40:45 +0000 |
commit | 12341d344a91b073b210a72bde30f6781fe6d9cd (patch) | |
tree | b28edbc10bfae89d5d463501fc41aaad8e0dd43e /gnu/packages/ruby.scm | |
parent | a76a343082d61d5303b61a9e4cbde4ab8515a1e7 (diff) |
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.
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r-- | gnu/packages/ruby.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 969fc95a00..cc3510b98d 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -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" |