mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-scatterpie: Update to 0.2.0.
* gnu/packages/cran.scm (r-scatterpie): Update to 0.2.0.
This commit is contained in:
parent
278ab76489
commit
11f8669e4d
1 changed files with 2 additions and 2 deletions
|
@ -31478,14 +31478,14 @@ (define-public r-mstate
|
|||
(define-public r-scatterpie
|
||||
(package
|
||||
(name "r-scatterpie")
|
||||
(version "0.1.9")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "scatterpie" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11x6fxxfzm0b8rwfvs52dqb73j8xliff6hr6pc7kz8vs576dczsi"))))
|
||||
"06crdylakwig8ryi1w5a6mmfy67gakmk6gp0xbrg749da1asd7a9"))))
|
||||
(properties `((upstream-name . "scatterpie")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue