mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-units: Update to 0.8-4.
* gnu/packages/cran.scm (r-units): Update to 0.8-4.
This commit is contained in:
parent
f66abe6a17
commit
3a7e7842de
1 changed files with 2 additions and 2 deletions
|
@ -22004,14 +22004,14 @@ (define-public r-seqinr
|
|||
(define-public r-units
|
||||
(package
|
||||
(name "r-units")
|
||||
(version "0.8-3")
|
||||
(version "0.8-4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "units" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1a27cymlr99cjsy3pl294vvyagp80i0j2lzxx04nmk7d5vh7bhgq"))))
|
||||
"1z672lsyrbm8mjv6ni8pa0cxixf9vi249281ym1ayrv13s4s37a9"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list udunits))
|
||||
|
|
Loading…
Reference in a new issue