me
/
guix
Archived
1
0
Fork 0

gnu: r-units: Update to 0.8-3.

* gnu/packages/cran.scm (r-units): Update to 0.8-3.
Ricardo Wurmus 2023-08-28 14:21:01 +02:00
parent eec3b37962
commit 8a829760dc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -21923,14 +21923,14 @@ utilities for sequence data management under the ACNUC system.")
(define-public r-units (define-public r-units
(package (package
(name "r-units") (name "r-units")
(version "0.8-2") (version "0.8-3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "units" version)) (uri (cran-uri "units" version))
(sha256 (sha256
(base32 (base32
"0kskk6p1c2zrwkacrl8pwdvvbrlf9xpjsmdpvsb7jvg551hl4i0l")))) "1a27cymlr99cjsy3pl294vvyagp80i0j2lzxx04nmk7d5vh7bhgq"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
(list udunits)) (list udunits))