gnu: r-shiny: Update to 1.4.0.2.
* gnu/packages/cran.scm (r-shiny): Update to 1.4.0.2.
This commit is contained in:
parent
5d45d71170
commit
8ff6386491
1 changed files with 2 additions and 2 deletions
|
|
@ -759,7 +759,7 @@ data structures in C++.")
|
||||||
(define-public r-shiny
|
(define-public r-shiny
|
||||||
(package
|
(package
|
||||||
(name "r-shiny")
|
(name "r-shiny")
|
||||||
(version "1.4.0")
|
(version "1.4.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -769,7 +769,7 @@ data structures in C++.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17ac48g414h9dhi0k4wrah4gyik0q5r0xw3kc01c02qfjwimqsx7"))))
|
"005wgcxq7f2q9g6wvfk29n2nms262w0abpz93sfvx79yv6qxppzs"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build r-build-system)
|
`(#:modules ((guix build r-build-system)
|
||||||
|
|
|
||||||
Reference in a new issue