[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/100: gnu: ruby-listen: Update to 3.8.0.
From: |
guix-commits |
Subject: |
33/100: gnu: ruby-listen: Update to 3.8.0. |
Date: |
Mon, 10 Jul 2023 03:27:30 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 64d72579d901a7f53e07ca66f2c7e246186b08d8
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Jun 27 12:08:57 2023 +0100
gnu: ruby-listen: Update to 3.8.0.
* gnu/packages/ruby.scm (ruby-listen): Update to 3.8.0.
[arguments]: Update style.
---
gnu/packages/ruby.scm | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 1ae8341f6b..379c137b6c 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -7742,7 +7742,7 @@ a native C extension.")
(define-public ruby-listen
(package
(name "ruby-listen")
- (version "3.2.0")
+ (version "3.8.0")
(source
(origin
;; The gem does not include a Rakefile, so fetch from the Git
@@ -7754,24 +7754,24 @@ a native C extension.")
(file-name (git-file-name name version))
(sha256
(base32
- "1hkp1g6hk5clsmbd001gkc12ma6s459x820piajyasv61m87if24"))))
+ "1skkglml094dw1xr4742in1rwwa84ld0mz4nkw6qa8pwhx48x2n5"))))
(build-system ruby-build-system)
(arguments
- `(#:test-target "spec"
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'fix-files-in-gemspec
- (lambda _
- (substitute* "listen.gemspec"
- (("`git ls-files -z`") "`find . -type f -printf '%P\\\\0' |sort
-z`"))
- #t))
- (add-before 'check 'remove-unnecessary-dependencies'
- (lambda _
- (substitute* "Rakefile"
- ;; Rubocop is for code linting, and is unnecessary for running
- ;; the tests.
- ((".*rubocop.*") ""))
- #t)))))
+ (list
+ #:test-target "spec"
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'fix-files-in-gemspec
+ (lambda _
+ (substitute* "listen.gemspec"
+ (("`git ls-files -z`")
+ "`find . -type f -printf '%P\\\\0' |sort -z`"))))
+ (add-before 'check 'remove-unnecessary-dependencies'
+ (lambda _
+ (substitute* "Rakefile"
+ ;; Rubocop is for code linting, and is unnecessary for running
+ ;; the tests.
+ ((".*rubocop.*") "")))))))
(native-inputs
(list bundler ruby-rspec))
(inputs
- 56/100: gnu: ruby-maxitest: Update to 5.1.0., (continued)
- 56/100: gnu: ruby-maxitest: Update to 5.1.0., guix-commits, 2023/07/10
- 66/100: gnu: ruby-jwt: Update to 2.7.1., guix-commits, 2023/07/10
- 90/100: gnu: ruby-fast-gettext: Update to 2.3.0., guix-commits, 2023/07/10
- 94/100: gnu: ruby-yard: Refactor package and some dependencies., guix-commits, 2023/07/10
- 85/100: gnu: Add ruby-hoe-3., guix-commits, 2023/07/10
- 08/100: gnu: ruby-contracts: Update to 0.17., guix-commits, 2023/07/10
- 21/100: gnu: ruby-stackprof: Update to 0.2.25., guix-commits, 2023/07/10
- 16/100: gnu: Remove ruby-instantiator., guix-commits, 2023/07/10
- 17/100: gnu: Add ruby-psych., guix-commits, 2023/07/10
- 97/100: gnu: ruby-sass-spec: Remove ruby-terminfo input., guix-commits, 2023/07/10
- 33/100: gnu: ruby-listen: Update to 3.8.0.,
guix-commits <=
- 30/100: gnu: ruby-minitest-focus: Update to 1.3.1., guix-commits, 2023/07/10
- 51/100: gnu: ruby-marcel: Fix build., guix-commits, 2023/07/10
- 46/100: gnu: ruby-timecop: Update to 0.9.6., guix-commits, 2023/07/10
- 58/100: gnu: ruby-bibtex-ruby: Remove ruby-byebug dependency., guix-commits, 2023/07/10
- 64/100: gnu: ruby-braintree: Update to 4.12.0., guix-commits, 2023/07/10
- 65/100: gnu: ruby-multi-json: Fix build., guix-commits, 2023/07/10
- 63/100: gnu: ruby-benchmark-ips: Update to 2.12.0., guix-commits, 2023/07/10
- 60/100: gnu: facter: Update to 4.4.1., guix-commits, 2023/07/10
- 91/100: gnu: ruby-minitest-tu-shim: Fix build., guix-commits, 2023/07/10
- 82/100: gnu: ruby-stackprof: Always skip the GC test., guix-commits, 2023/07/10