gnu: rxcpp: Update to 4.1.0.
* gnu/packages/machine-learning.scm (rxcpp): Update to 4.1.0.
This commit is contained in:
		
							parent
							
								
									f3addff21c
								
							
						
					
					
						commit
						e91a0bff01
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue