[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/59: gnu: ruby-listen: Update to 3.8.0.
From: |
guix-commits |
Subject: |
33/59: gnu: ruby-listen: Update to 3.8.0. |
Date: |
Wed, 28 Jun 2023 05:55:16 -0400 (EDT) |
cbaines pushed a commit to branch ruby-team
in repository guix.
commit 31301956caaadcb1c6ca63b0cfc24d0d26f1197d
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 5d47df059d..0d829fce51 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
- 19/59: gnu: ruby-test-construct: Update to 2.0.2., (continued)
- 19/59: gnu: ruby-test-construct: Update to 2.0.2., guix-commits, 2023/06/28
- 20/59: gnu: Add ruby-psych-3., guix-commits, 2023/06/28
- 21/59: gnu: ruby-stackprof: Update to 0.2.25., guix-commits, 2023/06/28
- 22/59: gnu: ruby-hoe: Update to 4.0.4., guix-commits, 2023/06/28
- 26/59: gnu: ruby-json-pure: Update to 2.6.3., guix-commits, 2023/06/28
- 25/59: gnu: ruby-tzinfo-data: Update to 1.2023.3., guix-commits, 2023/06/28
- 27/59: gnu: ruby-markaby: Fix tests., guix-commits, 2023/06/28
- 32/59: gnu: ruby-term-ansicolor: Fix build., guix-commits, 2023/06/28
- 35/59: gnu: ruby-http-cookie: Update to 1.0.5., guix-commits, 2023/06/28
- 42/59: gnu: ruby-tilt: Update to 2.0.11., guix-commits, 2023/06/28
- 33/59: gnu: ruby-listen: Update to 3.8.0.,
guix-commits <=
- 37/59: gnu: Add ruby-http-accept-1., guix-commits, 2023/06/28
- 49/59: gnu: %ruby-rails-version: Update to 7.0.5.1., guix-commits, 2023/06/28
- 18/59: gnu: ruby-mocha: Update to 2.0.4., guix-commits, 2023/06/28
- 23/59: gnu: ruby-sqlite3: Update to 1.6.3., guix-commits, 2023/06/28
- 24/59: gnu: ruby-rack: Update to 2.2.7., guix-commits, 2023/06/28
- 28/59: gnu: ruby-minitest: Update to 5.18.1., guix-commits, 2023/06/28
- 29/59: gnu: ruby-thor: Update to 1.2.2., guix-commits, 2023/06/28
- 31/59: gnu: ruby-minitest-bonus-assertions: Fix build., guix-commits, 2023/06/28
- 34/59: gnu: ruby-mime-types: Update to 3.4.1., guix-commits, 2023/06/28
- 36/59: gnu: Add ruby-http-accept., guix-commits, 2023/06/28