gnu: r-collapsibletree: Update to 0.1.8.
* gnu/packages/cran.scm (r-collapsibletree): Update to 0.1.8. Change-Id: Ibdf0f7b190d231f73f1817bcebd0523852385cde
This commit is contained in:
parent
dcb989dea8
commit
c26dea6c49
1 changed files with 2 additions and 2 deletions
|
@ -12690,14 +12690,14 @@ automatically translated to the equivalent, but usually much faster,
|
||||||
(define-public r-collapsibletree
|
(define-public r-collapsibletree
|
||||||
(package
|
(package
|
||||||
(name "r-collapsibletree")
|
(name "r-collapsibletree")
|
||||||
(version "0.1.7")
|
(version "0.1.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "collapsibleTree" version))
|
(uri (cran-uri "collapsibleTree" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b65pbp1wnpsrayqi630ds4r98jvcvynnlp6wxdqrnnr9nzw5343"))
|
"1i5nmw5w7m8xdgxzim8z8n4w321f42isxbvvajl8ii59pg7drilq"))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
;; Delete minified JavaScript file
|
;; Delete minified JavaScript file
|
||||||
|
|
Reference in a new issue