mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-units: Update to 0.6-5.
* gnu/packages/cran.scm (r-units): Update to 0.6-5.
This commit is contained in:
parent
f6f76c932c
commit
f9598c0485
1 changed files with 2 additions and 2 deletions
|
@ -12697,14 +12697,14 @@ (define-public r-seqinr
|
|||
(define-public r-units
|
||||
(package
|
||||
(name "r-units")
|
||||
(version "0.6-4")
|
||||
(version "0.6-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "units" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jz0mzd78sdfxkhqw041ji50hmhjk2ha55i31yjvz35nsw30lwi5"))))
|
||||
"02nls8m0r1r7kljs4x35naz3szq62hyqyd5vracf1xwi1kz5kdsh"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("udunits" ,udunits)))
|
||||
|
|
Loading…
Reference in a new issue