mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-adimpro: Update to 0.9.7.
* gnu/packages/cran.scm (r-adimpro): Update to 0.9.7. Change-Id: I76184ea28303c4acf4a67a359a109f3fd35fcc59
This commit is contained in:
parent
ec3a125f02
commit
c6351a518f
1 changed files with 4 additions and 3 deletions
|
@ -19790,14 +19790,15 @@ (define-public r-adgoftest
|
||||||
(define-public r-adimpro
|
(define-public r-adimpro
|
||||||
(package
|
(package
|
||||||
(name "r-adimpro")
|
(name "r-adimpro")
|
||||||
(version "0.9.6")
|
(version "0.9.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "adimpro" version))
|
(uri (cran-uri "adimpro" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0d5viz9ayywpp1pas1yzmhllzn9rjrl8a3k7bj7h46f95l5x1586"))))
|
"1p34q78w1ib5xjvxg4c1bal680a55l5dqhiry367x9nzwq8a352c"))))
|
||||||
(properties `((upstream-name . "adimpro")))
|
(properties `((upstream-name . "adimpro")
|
||||||
|
(updater-extra-propagated-inputs . ("imagemagick"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-awsmethods
|
(list r-awsmethods
|
||||||
|
|
Loading…
Reference in a new issue