mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: ruby-omniauth-oauth2: Update to 1.7.1.
* gnu/packages/ruby.scm (ruby-omniauth-oauth2): Update to 1.7.1.
This commit is contained in:
parent
984d64388d
commit
51b3ea8d5b
1 changed files with 2 additions and 2 deletions
|
@ -2344,14 +2344,14 @@ (define-public ruby-omniauth
|
||||||
(define-public ruby-omniauth-oauth2
|
(define-public ruby-omniauth-oauth2
|
||||||
(package
|
(package
|
||||||
(name "ruby-omniauth-oauth2")
|
(name "ruby-omniauth-oauth2")
|
||||||
(version "1.6.0")
|
(version "1.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "omniauth-oauth2" version))
|
(uri (rubygems-uri "omniauth-oauth2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11mi36l9d97r77q99jnafdc1yaa0a9wahhpp7dj7ank8q52g7g79"))))
|
"10fr2b58sp7l6nfdvxpbi67374hkrvsf507cvda89jjs0jacy319"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in a new issue