gnu: rxcpp: Update to 4.1.0.

* gnu/packages/machine-learning.scm (rxcpp): Update to 4.1.0.
master
Tobias Geerinckx-Rice 2019-05-26 04:07:28 +02:00
parent f3addff21c
commit e91a0bff01
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -573,15 +573,14 @@ in terms of new algorithms.")
(define-public rxcpp (define-public rxcpp
(package (package
(name "rxcpp") (name "rxcpp")
(version "4.0.0") (version "4.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/ReactiveX/RxCpp/archive/v" (uri (string-append "https://github.com/ReactiveX/RxCpp/archive/v"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1smxrcm0s6bz05185dx1i2xjgn47rq7m247pblil6p3bmk3lkfyk"))
"0y2isr8dy2n1yjr9c5570kpc9lvdlch6jv0jvw000amwn5d3krsh"))
(file-name (string-append name "-" version ".tar.gz")))) (file-name (string-append name "-" version ".tar.gz"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments