[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
78/100: gnu: swagger-diff: Update to 2.0.0.
From: |
guix-commits |
Subject: |
78/100: gnu: swagger-diff: Update to 2.0.0. |
Date: |
Mon, 10 Jul 2023 03:27:38 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 52cbeffa59913e072560a422798fe793644c2994
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jun 29 12:00:34 2023 +0100
gnu: swagger-diff: Update to 2.0.0.
* gnu/packages/ruby.scm (swagger-diff): Update to 2.0.0.
[arguments]: Update style.
---
gnu/packages/ruby.scm | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index ec2084f08a..acc26d4f81 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -14929,27 +14929,27 @@ is also included.")
(define-public swagger-diff
(package
(name "swagger-diff")
- (version "1.1.2")
+ (version "2.0.0")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "swagger-diff" version))
(sha256
(base32
- "1hxx50nga1bqn254iqjcdwkc9c72364ks9lyjyw10ajz0l0ly7sn"))))
+ "18kbrijkafs3vfsbaqz0cqfj7jrz3aj8xr4fgn5if63wlximybv2"))))
(build-system ruby-build-system)
(arguments
- `(#:test-target "spec"
- #:phases
- (modify-phases %standard-phases
- ;; Don't run or require rubocop, the code linting tool, as this is a
- ;; bit unnecessary.
- (add-after 'unpack 'dont-run-rubocop
- (lambda _
- (substitute* "Rakefile"
- ((".*rubocop.*") "")
- ((".*RuboCop.*") ""))
- #t)))))
+ (list
+ #:test-target "spec"
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; Don't run or require rubocop, the code linting tool, as this is a
+ ;; bit unnecessary.
+ (add-after 'unpack 'dont-run-rubocop
+ (lambda _
+ (substitute* "Rakefile"
+ ((".*rubocop.*") "")
+ ((".*RuboCop.*") "")))))))
(propagated-inputs
(list ruby-json-schema))
(native-inputs
- 42/100: gnu: ruby-tilt: Update to 2.0.11., (continued)
- 42/100: gnu: ruby-tilt: Update to 2.0.11., guix-commits, 2023/07/10
- 53/100: gnu: zsh-autosuggestions: Remove ruby-byebug dependency., guix-commits, 2023/07/10
- 57/100: gnu: ruby-wapiti: Update to 2.1.0., guix-commits, 2023/07/10
- 55/100: gnu: ruby-hydra: Fix build., guix-commits, 2023/07/10
- 59/100: gnu: ruby-rb-inotify: Update to 0.10.1., guix-commits, 2023/07/10
- 74/100: gnu: ruby-net-scp: Fix build., guix-commits, 2023/07/10
- 81/100: gnu: ruby-ruby-parser: Update to 3.20.2., guix-commits, 2023/07/10
- 69/100: gnu: ruby-language-server-protocol: Remove ruby-pry-byebug dependency., guix-commits, 2023/07/10
- 71/100: gnu: ruby-net-http-digest-auth: Fix build., guix-commits, 2023/07/10
- 79/100: gnu: ruby-byebug: Fix build., guix-commits, 2023/07/10
- 78/100: gnu: swagger-diff: Update to 2.0.0.,
guix-commits <=
- 80/100: gnu: Remove ruby-minitest-5.15., guix-commits, 2023/07/10
- 88/100: gnu: Add ruby-rubocop-packaging., guix-commits, 2023/07/10
- 87/100: gnu: ruby-hoe-git: Fix build., guix-commits, 2023/07/10
- 95/100: gnu: ruby-flores: Fix build., guix-commits, 2023/07/10
- 96/100: gnu: ruby-terminfo: Update to 0.2., guix-commits, 2023/07/10
- 100/100: gnu: ruby-ruby-memcheck: Update to 1.3.2., guix-commits, 2023/07/10
- 14/100: gnu: ruby-range-compressor: Add ruby-sorted-set as an input., guix-commits, 2023/07/10
- 29/100: gnu: ruby-thor: Update to 1.2.2., guix-commits, 2023/07/10
- 83/100: gnu: ruby-minitest-4: Fix build., guix-commits, 2023/07/10
- 77/100: gnu: ruby-text-hyphen: Update to 1.5.0., guix-commits, 2023/07/10