gnu: r-consort: Update to 1.2.2.
* gnu/packages/cran.scm (r-consort): Update to 1.2.2. Change-Id: I66d1c8fa9eb0445f4c6af6a8d896ef63d90ac965master
parent
40819cbafd
commit
79fe8efab1
|
@ -537,13 +537,13 @@ Shiny applications.")
|
|||
(define-public r-consort
|
||||
(package
|
||||
(name "r-consort")
|
||||
(version "1.2.1")
|
||||
(version "1.2.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "consort" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03xkypy4r84mdif6m331c27haxnyi1s87vvj2f83xxw0m0s5im5j"))))
|
||||
"12gr1diyy2azy1fbh8z129lkm0ahwvm98j5hqxv93yp089a02l8c"))))
|
||||
(properties `((upstream-name . "consort")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
|
|
Reference in New Issue