gnu: rxcpp: Update to 4.1.0.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 26 May 2019 02:07:28 +0000 (04:07 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 26 May 2019 03:00:50 +0000 (05:00 +0200)
* gnu/packages/machine-learning.scm (rxcpp): Update to 4.1.0.

gnu/packages/machine-learning.scm

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