guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: ruby-omniauth-oauth2: Update to 1.7.1.


From: guix-commits
Subject: 02/02: gnu: ruby-omniauth-oauth2: Update to 1.7.1.
Date: Mon, 22 Feb 2021 09:51:41 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 51b3ea8d5bf6ad7eecc413fec9eec1d94f9d8c1f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Feb 22 16:30:07 2021 +0200

    gnu: ruby-omniauth-oauth2: Update to 1.7.1.
    
    * gnu/packages/ruby.scm (ruby-omniauth-oauth2): Update to 1.7.1.
---
 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 6412bf9..fb0396d 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2344,14 +2344,14 @@ authentication.")
 (define-public ruby-omniauth-oauth2
   (package
     (name "ruby-omniauth-oauth2")
-    (version "1.6.0")
+    (version "1.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "omniauth-oauth2" version))
        (sha256
         (base32
-         "11mi36l9d97r77q99jnafdc1yaa0a9wahhpp7dj7ank8q52g7g79"))))
+         "10fr2b58sp7l6nfdvxpbi67374hkrvsf507cvda89jjs0jacy319"))))
     (build-system ruby-build-system)
     (arguments
      '(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]