mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: liblantern: Update to 0.8.1.
* gnu/packages/machine-learning.scm (liblantern): Update to 0.8.1.
This commit is contained in:
parent
7531efe54d
commit
2b39d85ac4
1 changed files with 2 additions and 2 deletions
|
@ -3165,7 +3165,7 @@ (define-public python-hmmlearn
|
|||
(define-public liblantern
|
||||
(package
|
||||
(name "liblantern")
|
||||
(version "0.8.0")
|
||||
(version "0.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3174,7 +3174,7 @@ (define-public liblantern
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1xkqyj1clj1r70yrp5qpbpyf0xmh9c128005idshi7vk883wfp77"))))
|
||||
(base32 "1q57jsqzv9b70svr6whf04yd08np3x15qq1zm06fbl0sqf0kfn7p"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue