guix-commits
[Top][All Lists]
Advanced

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

99/229: gnu: ruby-octokit: Update to 6.1.0.


From: guix-commits
Subject: 99/229: gnu: ruby-octokit: Update to 6.1.0.
Date: Tue, 28 Mar 2023 22:29:08 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 6dd38a75271fe920e74ab0b0d9acda5f797bb3a4
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Jan 8 22:06:09 2023 -0500

    gnu: ruby-octokit: Update to 6.1.0.
    
    * gnu/packages/ruby.scm (ruby-octokit): Update to 6.1.0.
---
 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 9f9a5ea60c..ba54621aec 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -7905,14 +7905,14 @@ top of Faraday.")
 (define-public ruby-octokit
   (package
     (name "ruby-octokit")
-    (version "4.18.0")
+    (version "6.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "octokit" version))
        (sha256
         (base32
-         "0zvfr9njmj5svi39fcsi2b0g7pcxb0vamw9dlyas8bg814jlzhi6"))))
+         "03i37mdhwlm5y6piqaby0izrhda9m5ggbrmm62ww3ln2l86h78l2"))))
     (build-system ruby-build-system)
     (arguments '(#:tests? #f))          ;no test suite in the gem release
     (propagated-inputs



reply via email to

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