mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: r-harmony: Update to 1.2.1.
* gnu/packages/cran.scm (r-harmony): Update to 1.2.1. Change-Id: I38a0f54024b0eb320869c079e412f7ad92e38d25
This commit is contained in:
parent
5d44a00f4c
commit
3ceaddc743
1 changed files with 2 additions and 2 deletions
|
@ -28231,13 +28231,13 @@ (define-public r-liger
|
|||
(define-public r-harmony
|
||||
(package
|
||||
(name "r-harmony")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "harmony" version))
|
||||
(sha256
|
||||
(base32 "1df7bb9ba3m0c44fhmh8cs4hlkh4fffjwm8rz7l87lf5pdy7sg56"))))
|
||||
(base32 "1p9vcc5v12nq4c7hqqlq5gp8gljxfbv1znrjl4d3f4bkz5dy82i4"))))
|
||||
(properties `((upstream-name . "harmony")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-cowplot
|
||||
|
|
Loading…
Reference in a new issue