mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: rxcpp: Update to 4.1.1.
* gnu/packages/machine-learning.scm (rxcpp): Update to 4.1.1.
This commit is contained in:
parent
34dbcc1fce
commit
29394ec3ca
1 changed files with 2 additions and 2 deletions
|
@ -1159,7 +1159,7 @@ (define-public onnx-optimizer
|
|||
(define-public rxcpp
|
||||
(package
|
||||
(name "rxcpp")
|
||||
(version "4.1.0")
|
||||
(version "4.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1167,7 +1167,7 @@ (define-public rxcpp
|
|||
(url "https://github.com/ReactiveX/RxCpp")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "1rdpa3jlc181jd08nk437aar085h28i45s6nzrv65apb3xyyz0ij"))
|
||||
(base32 "1blyjjw6szd74pckdc15ham9i48xf0vwwz5nhl9vyjfq8z7w3piy"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue