me
/
guix
Archived
1
0
Fork 0

gnu: swagger-diff: Update to 2.0.0.

* gnu/packages/ruby.scm (swagger-diff): Update to 2.0.0.
[arguments]: Update style.
Christopher Baines 2023-06-29 12:00:34 +01:00
parent 68322974bf
commit 52cbeffa59
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 13 additions and 13 deletions

View File

@ -14929,27 +14929,27 @@ is also included.")
(define-public swagger-diff (define-public swagger-diff
(package (package
(name "swagger-diff") (name "swagger-diff")
(version "1.1.2") (version "2.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "swagger-diff" version)) (uri (rubygems-uri "swagger-diff" version))
(sha256 (sha256
(base32 (base32
"1hxx50nga1bqn254iqjcdwkc9c72364ks9lyjyw10ajz0l0ly7sn")))) "18kbrijkafs3vfsbaqz0cqfj7jrz3aj8xr4fgn5if63wlximybv2"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
`(#:test-target "spec" (list
#:phases #:test-target "spec"
(modify-phases %standard-phases #:phases
;; Don't run or require rubocop, the code linting tool, as this is a #~(modify-phases %standard-phases
;; bit unnecessary. ;; Don't run or require rubocop, the code linting tool, as this is a
(add-after 'unpack 'dont-run-rubocop ;; bit unnecessary.
(lambda _ (add-after 'unpack 'dont-run-rubocop
(substitute* "Rakefile" (lambda _
((".*rubocop.*") "") (substitute* "Rakefile"
((".*RuboCop.*") "")) ((".*rubocop.*") "")
#t))))) ((".*RuboCop.*") "")))))))
(propagated-inputs (propagated-inputs
(list ruby-json-schema)) (list ruby-json-schema))
(native-inputs (native-inputs