mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-jpeg: Update to 0.1-10.
* gnu/packages/cran.scm (r-jpeg): Update to 0.1-10.
This commit is contained in:
parent
db015a013b
commit
b7e437f1ba
1 changed files with 2 additions and 2 deletions
|
@ -4050,14 +4050,14 @@ (define-public r-geosphere
|
|||
(define-public r-jpeg
|
||||
(package
|
||||
(name "r-jpeg")
|
||||
(version "0.1-9")
|
||||
(version "0.1-10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "jpeg" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wihj538wdnr71wdldym83qadb4kh68a6rkallwbh2f25r27b881"))))
|
||||
"1jkqj58hj33ar9wyl7c1cnj3h42icq7crmjk93n933q8qc4zdnf8"))))
|
||||
(build-system r-build-system)
|
||||
(inputs (list libjpeg-turbo))
|
||||
(home-page "https://www.rforge.net/jpeg/")
|
||||
|
|
Loading…
Reference in a new issue