mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-profilemodel: Update to 0.6.1.
* gnu/packages/cran.scm (r-profilemodel): Update to 0.6.1.
This commit is contained in:
parent
7bb510c205
commit
d7e73930c0
1 changed files with 2 additions and 2 deletions
|
@ -7186,14 +7186,14 @@ (define-public r-officer
|
|||
(define-public r-profilemodel
|
||||
(package
|
||||
(name "r-profilemodel")
|
||||
(version "0.6.0")
|
||||
(version "0.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "profileModel" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0yq8hy43h62hlz8bbf9ila4a3xcwizi1if27b78xc5y857ncwad8"))))
|
||||
"01m5nb8cmq0aq555pxk2a99182si65hhmn68yn9nal2j3zl2bp4i"))))
|
||||
(properties `((upstream-name . "profileModel")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/ikosmidis/profileModel")
|
||||
|
|
Loading…
Reference in a new issue