mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-pixmap: Update to 0.4-13.
* gnu/packages/cran.scm (r-pixmap): Update to 0.4-13. Change-Id: Ia2270efb3fb0607cf9095b308673dcee1d04df32
This commit is contained in:
parent
52b495538d
commit
6dc964cc19
1 changed files with 2 additions and 2 deletions
|
@ -20670,14 +20670,14 @@ (define-public r-strucchange
|
|||
(define-public r-pixmap
|
||||
(package
|
||||
(name "r-pixmap")
|
||||
(version "0.4-12")
|
||||
(version "0.4-13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pixmap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1v1a1adsgh5jlvvi98j4nhb1h681s97ip76zdrga12rlsjaahfw9"))))
|
||||
"04g74v8g9r0f3czzk4r3n0wxyg7ldgfdlh21bas7axa9l10wdnz3"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/pixmap")
|
||||
(synopsis "Tools for bitmap images")
|
||||
|
|
Loading…
Reference in a new issue