gnu: r-manipulatewidget: Update to 0.10.1.
* gnu/packages/cran.scm (r-manipulatewidget): Update to 0.10.1.
This commit is contained in:
parent
0fab5a4769
commit
a0077446a1
1 changed files with 2 additions and 2 deletions
|
@ -6960,13 +6960,13 @@ based on index arrays and simple triplet representations, respectively.")
|
||||||
(define-public r-manipulatewidget
|
(define-public r-manipulatewidget
|
||||||
(package
|
(package
|
||||||
(name "r-manipulatewidget")
|
(name "r-manipulatewidget")
|
||||||
(version "0.10.0")
|
(version "0.10.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "manipulateWidget" version))
|
(uri (cran-uri "manipulateWidget" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zagrbwkn2d50zzw8i2vyb1hsq4cydmfsqiy1a2qlp6zrv8a6q9x"))))
|
(base32 "1vi71sjh7z1a880wffk8qqw7iysvk42q78giqxmm2sqz2a912qlx"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "manipulateWidget")))
|
`((upstream-name . "manipulateWidget")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue