mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ta-lib: Update to 0.6.4.
* gnu/packages/finance.scm (python-ta-lib): Update to 0.6.4. Change-Id: I47a7de18c0f0afede19ae87f595d38fe6ac4ae6c
This commit is contained in:
parent
1434957031
commit
4de7264818
1 changed files with 2 additions and 2 deletions
|
@ -2357,7 +2357,7 @@ interactive controls. This package provides a GTK+ graphical user interface
|
|||
(define-public python-ta-lib
|
||||
(package
|
||||
(name "python-ta-lib")
|
||||
(version "0.6.3")
|
||||
(version "0.6.4")
|
||||
(source
|
||||
(origin
|
||||
;; Git repo contains Make rules to regenerate precompiled files
|
||||
|
@ -2367,7 +2367,7 @@ interactive controls. This package provides a GTK+ graphical user interface
|
|||
(commit (string-append "TA_Lib-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1qf00rnsn3s38yxqym1q4bdh98yykik5jdw492gn5ymddr499n1f"))))
|
||||
(base32 "12qzk7naflcmlm7shsnxl4hg6cc0xh4937p0jv8y89c3fgx71cv8"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue