mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-octokit: Update to 6.1.1.
* gnu/packages/ruby.scm (ruby-octokit): Update to 6.1.1. [arguments]: Remove pry-byebug dependency. [native-inputs]: Remove pry-byebug.
This commit is contained in:
parent
0b7258ecc5
commit
b81962cba4
1 changed files with 10 additions and 3 deletions
|
@ -9104,7 +9104,7 @@ top of Faraday.")
|
||||||
(define-public ruby-octokit
|
(define-public ruby-octokit
|
||||||
(package
|
(package
|
||||||
(name "ruby-octokit")
|
(name "ruby-octokit")
|
||||||
(version "6.1.0")
|
(version "6.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -9113,15 +9113,22 @@ top of Faraday.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01njrd17bz28mlsa8hi9gad7s6d1d0vpyn0g66p3d42zgplr9qkq"))))
|
"02bcmh0b0v80cis1l80lhzxw8adb69xkz6qgg4m7qcmj3y5arwmk"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'remove-unnecessary-dependencies
|
||||||
|
(lambda _
|
||||||
|
(substitute* "spec/spec_helper.rb"
|
||||||
|
(("require 'pry-byebug'") "")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ruby-faraday-multipart
|
(list ruby-faraday-multipart
|
||||||
ruby-jwt
|
ruby-jwt
|
||||||
ruby-mime-types
|
ruby-mime-types
|
||||||
ruby-multi-json
|
ruby-multi-json
|
||||||
ruby-netrc
|
ruby-netrc
|
||||||
ruby-pry-byebug
|
|
||||||
ruby-rbnacl
|
ruby-rbnacl
|
||||||
ruby-rspec
|
ruby-rspec
|
||||||
ruby-simplecov
|
ruby-simplecov
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue