mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-magick: Update to 2.2.
* gnu/packages/cran.scm (r-magick): Update to 2.2.
This commit is contained in:
parent
761f4764f9
commit
9c2d978041
1 changed files with 2 additions and 2 deletions
|
@ -7489,14 +7489,14 @@ (define-public r-mitools
|
|||
(define-public r-magick
|
||||
(package
|
||||
(name "r-magick")
|
||||
(version "2.1")
|
||||
(version "2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "magick" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pz71maz05gx4ds1wfw0alggc8nn2w75lj12dg1zr72s3kybhkzg"))))
|
||||
"1xh5mhaks3wk1iwqs9d3lnbfv121lc1yz5fqdzk5il9ppr831l85"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("imagemagick" ,imagemagick)
|
||||
|
|
Loading…
Reference in a new issue