gnu: r-mosaicdata: Update to 0.18.0.
* gnu/packages/cran.scm (r-mosaicdata): Update to 0.18.0.
This commit is contained in:
		
							parent
							
								
									4223df8af1
								
							
						
					
					
						commit
						0220c89e96
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -7485,13 +7485,13 @@ while providing the intuitive capabilities of @code{r-ggplot2}.")
 | 
				
			||||||
(define-public r-mosaicdata
 | 
					(define-public r-mosaicdata
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-mosaicdata")
 | 
					    (name "r-mosaicdata")
 | 
				
			||||||
    (version "0.17.0")
 | 
					    (version "0.18.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "mosaicData" version))
 | 
					       (uri (cran-uri "mosaicData" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "04z0mdm52mykqsxsinhmsihn181zf6cw321gayk2rjp7lj7mwdq9"))))
 | 
					        (base32 "0cx5dg26ha7nzkdyghkbbd6ikncj60qv1538az77lfgn2jylvkbz"))))
 | 
				
			||||||
    (properties `((upstream-name . "mosaicData")))
 | 
					    (properties `((upstream-name . "mosaicData")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (home-page "https://cran.r-project.org/web/packages/mosaicData/")
 | 
					    (home-page "https://cran.r-project.org/web/packages/mosaicData/")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue