mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-lightning-utilities: Update to 0.14.3.
* gnu/packages/machine-learning.scm (python-lightning-utilities): Update to 0.14.3. Signed-off-by: Ayan Das <bvits@riseup.net> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
15d5313171
commit
ef0f67a613
1 changed files with 2 additions and 2 deletions
|
@ -5579,13 +5579,13 @@ AI services.")
|
|||
(define-public python-lightning-utilities
|
||||
(package
|
||||
(name "python-lightning-utilities")
|
||||
(version "0.11.6")
|
||||
(version "0.14.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "lightning_utilities" version))
|
||||
(sha256
|
||||
(base32
|
||||
"016zikn39apig3y6xyipw34w0w02c73z483radddbf68ivpjgz3r"))))
|
||||
"1xg9cngdz9dsxwcpcmzf28q306i15hw58h54allhb41q4wzziqip"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-coverage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue