me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-units): Update to 0.8-2.
master
Ricardo Wurmus 2023-04-29 20:08:39 +02:00
parent f10e101b46
commit 4112f16267
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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