1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

* gnu/packages/cran.scm (r-units): Update to 1.0-1.

Change-Id: I591c5c2f0a02e865f392c41e376b81a1013d2d35
This commit is contained in:
Ricardo Wurmus
2026-03-16 21:15:21 +01:00
parent 96424b3dd0
commit 840a6a5cde

View File

@@ -38191,14 +38191,14 @@ interface for asynchronous rendering of R graphics.")
(define-public r-units
(package
(name "r-units")
(version "1.0-0")
(version "1.0-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "units" version))
(sha256
(base32
"1fjrpcd7jjb14ichda22fwbcayhbh7i4p4qlsf3ldgjyb5h3arzw"))))
"1wzva9cryycxjm6zbm900srzjlj40y41gbcwh1qz3dsakm557v09"))))
(build-system r-build-system)
(inputs
(list udunits))