mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: r-polychrome: Update to 1.5.1.
* gnu/packages/cran.scm (r-polychrome): Update to 1.5.1.
This commit is contained in:
parent
9d83753c40
commit
819d200a0b
1 changed files with 2 additions and 2 deletions
|
@ -1319,13 +1319,13 @@ (define-public r-plotfunctions
|
|||
(define-public r-polychrome
|
||||
(package
|
||||
(name "r-polychrome")
|
||||
(version "1.3.1")
|
||||
(version "1.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Polychrome" version))
|
||||
(sha256
|
||||
(base32 "044vbylgbqf0ccv4r15nmbw1vz0j95g67i6blw73hvbvbm6w5x4d"))))
|
||||
(base32 "0hyi02m2jpdhk1ky6ihz6dv5pwqwjwk4csjim2qr8ywx8midmrvg"))))
|
||||
(properties `((upstream-name . "Polychrome")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue