guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-openai: Update to 0.1-2.9265b64.


From: guix-commits
Subject: branch master updated: gnu: guile-openai: Update to 0.1-2.9265b64.
Date: Mon, 08 May 2023 12:54:47 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e9f19cfa35 gnu: guile-openai: Update to 0.1-2.9265b64.
e9f19cfa35 is described below

commit e9f19cfa35b16abb0b1ea7996e3603c4992ec6c8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 8 18:53:30 2023 +0200

    gnu: guile-openai: Update to 0.1-2.9265b64.
    
    * gnu/packages/guile-xyz.scm (guile-openai): Update to 0.1-2.9265b64.
---
 gnu/packages/guile-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 6462ee7963..a5fd85aaa2 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -311,8 +311,8 @@ currently does not do much, but it might in the future.")
     (license license:gpl3+)))
 
 (define-public guile-openai
-  (let ((commit "252f2d5660bb546015d18c60be96d3cf60c4dcfa")
-        (revision "1"))
+  (let ((commit "9265b641dea0246609b7bd5031f3f6780ef6a167")
+        (revision "2"))
     (package
       (name "guile-openai")
       (version (git-version "0.1" revision commit))
@@ -324,7 +324,7 @@ currently does not do much, but it might in the future.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1qv0kr30d1x7ap1b0h03gl5pzp20xw4qd6b3l5v4iz4ka8qna9gi"))))
+                  "0sydjsgdr6xxk1w5f8pf14wgimfy4fb1hpi8yml0nv83p7bfr1w3"))))
       (build-system guile-build-system)
       (arguments
        (list



reply via email to

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