mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guile-openai: Update to 0.1-2.9265b64.
* gnu/packages/guile-xyz.scm (guile-openai): Update to 0.1-2.9265b64.
This commit is contained in:
parent
42e9e8ba2e
commit
e9f19cfa35
1 changed files with 3 additions and 3 deletions
|
@ -311,8 +311,8 @@ (define-public guilescript
|
|||
(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 @@ (define-public guile-openai
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qv0kr30d1x7ap1b0h03gl5pzp20xw4qd6b3l5v4iz4ka8qna9gi"))))
|
||||
"0sydjsgdr6xxk1w5f8pf14wgimfy4fb1hpi8yml0nv83p7bfr1w3"))))
|
||||
(build-system guile-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue