gnu: r-rsparse: Update to 0.5.1.
* gnu/packages/cran.scm (r-rsparse): Update to 0.5.1.
This commit is contained in:
		
							parent
							
								
									47676e6b9e
								
							
						
					
					
						commit
						25013b0ffd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -20442,14 +20442,14 @@ on, for a performance vs accuracy trade-off.")
 | 
				
			||||||
(define-public r-rsparse
 | 
					(define-public r-rsparse
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-rsparse")
 | 
					    (name "r-rsparse")
 | 
				
			||||||
    (version "0.5.0")
 | 
					    (version "0.5.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "rsparse" version))
 | 
					       (uri (cran-uri "rsparse" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0d05h47j29zipyxbkv9cwzv2dzj894z6hh9dqfhwswwjbv6ciwpq"))))
 | 
					         "15kdllm2lh6xdlv4j0ljyj5pczhx26s9d8cac7953zbb0sd45chz"))))
 | 
				
			||||||
    (properties `((upstream-name . "rsparse")))
 | 
					    (properties `((upstream-name . "rsparse")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue