mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: r-morpho: Update to 2.12.
* gnu/packages/cran.scm (r-morpho): Update to 2.12. Change-Id: I7a1b3740db151be1526ef1ba4181721dd54c286b
This commit is contained in:
parent
4ff509356a
commit
9cf5f6fc41
1 changed files with 2 additions and 2 deletions
|
@ -3952,13 +3952,13 @@ (define-public r-modelr
|
|||
(define-public r-morpho
|
||||
(package
|
||||
(name "r-morpho")
|
||||
(version "2.11")
|
||||
(version "2.12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Morpho" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1c69n9284chygd375gkir4nk5bjglamhfyk2lz4z3kzy3z25qw50"))))
|
||||
"1hg1jr0y11v93mqg2kn8n841nbsiffhyyr2kswj7kk664vlpril0"))))
|
||||
(properties `((upstream-name . "Morpho")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-bezier
|
||||
|
|
Loading…
Reference in a new issue