me
/
guix
Archived
1
0
Fork 0

gnu: r-units: Update to 0.7-2.

* gnu/packages/cran.scm (r-units): Update to 0.7-2.
master
Ricardo Wurmus 2021-07-10 13:26:19 +02:00
parent 8d77bafedf
commit 816697dcde
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15772,14 +15772,14 @@ utilities for sequence data management under the ACNUC system.")
(define-public r-units
(package
(name "r-units")
(version "0.7-1")
(version "0.7-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "units" version))
(sha256
(base32
"0wwndzjjgqj795xvx1jwa86nwd8adfiwj0pn15yyzzk9baky2axw"))))
"1ss0f15h4yqzk488ilsa5d2ibrj3wzwplx4160mn600i8ciy02xr"))))
(build-system r-build-system)
(inputs
`(("udunits" ,udunits)))