diff options
author | Christopher Baines <mail@cbaines.net> | 2020-01-13 19:57:54 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-01-13 20:01:01 +0000 |
commit | 8879a4b9354c9da7e2497a9a47eb6ed84548ea76 (patch) | |
tree | 493bb0807692194bcb49b71fb281d2c776c33285 /gnu | |
parent | 8fcb607780dc9809949c573865c5e1a04770d0c5 (diff) | |
download | guix-8879a4b9354c9da7e2497a9a47eb6ed84548ea76.tar guix-8879a4b9354c9da7e2497a9a47eb6ed84548ea76.tar.gz |
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')
-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 ad675dc488..b8a5c8b5d3 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -4548,7 +4548,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 @@ -4560,7 +4560,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" |