mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -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
|
(define-public r-profilemodel
|
||||||
(package
|
(package
|
||||||
(name "r-profilemodel")
|
(name "r-profilemodel")
|
||||||
(version "0.6.0")
|
(version "0.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "profileModel" version))
|
(uri (cran-uri "profileModel" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yq8hy43h62hlz8bbf9ila4a3xcwizi1if27b78xc5y857ncwad8"))))
|
"01m5nb8cmq0aq555pxk2a99182si65hhmn68yn9nal2j3zl2bp4i"))))
|
||||||
(properties `((upstream-name . "profileModel")))
|
(properties `((upstream-name . "profileModel")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/ikosmidis/profileModel")
|
(home-page "https://github.com/ikosmidis/profileModel")
|
||||||
|
|
Loading…
Reference in a new issue