me
/
guix
Archived
1
0
Fork 0

gnu: r-shiny: Update to 1.4.0.2.

* gnu/packages/cran.scm (r-shiny): Update to 1.4.0.2.
master
Ricardo Wurmus 2020-03-24 10:41:02 +01:00
parent 5d45d71170
commit 8ff6386491
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -759,7 +759,7 @@ data structures in C++.")
(define-public r-shiny
(package
(name "r-shiny")
(version "1.4.0")
(version "1.4.0.2")
(source
(origin
(method git-fetch)
@ -769,7 +769,7 @@ data structures in C++.")
(file-name (git-file-name name version))
(sha256
(base32
"17ac48g414h9dhi0k4wrah4gyik0q5r0xw3kc01c02qfjwimqsx7"))))
"005wgcxq7f2q9g6wvfk29n2nms262w0abpz93sfvx79yv6qxppzs"))))
(build-system r-build-system)
(arguments
`(#:modules ((guix build r-build-system)