gnu: r-profilemodel: Update to 0.6.1.

* gnu/packages/cran.scm (r-profilemodel): Update to 0.6.1.
This commit is contained in:
Ricardo Wurmus 2021-01-20 17:09:14 +01:00
parent 7bb510c205
commit d7e73930c0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")