me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-units): Update to 0.8-1.
Ricardo Wurmus 2022-12-19 17:07:24 +01:00
parent 16a5e39f1d
commit a53f3da111
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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