mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-units: Update to 0.8-3.
* gnu/packages/cran.scm (r-units): Update to 0.8-3.
This commit is contained in:
parent
eec3b37962
commit
8a829760dc
1 changed files with 2 additions and 2 deletions
|
@ -21923,14 +21923,14 @@ (define-public r-seqinr
|
|||
(define-public r-units
|
||||
(package
|
||||
(name "r-units")
|
||||
(version "0.8-2")
|
||||
(version "0.8-3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "units" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kskk6p1c2zrwkacrl8pwdvvbrlf9xpjsmdpvsb7jvg551hl4i0l"))))
|
||||
"1a27cymlr99cjsy3pl294vvyagp80i0j2lzxx04nmk7d5vh7bhgq"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list udunits))
|
||||
|
|
Loading…
Reference in a new issue