1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-30 07:14:06 +02:00

gnu: r-metadat: Update to 1.6-0.

* gnu/packages/cran.scm (r-metadat): Update to 1.6-0.

Change-Id: I60842b83d2f3883ce1149d85f5e089939d912a54
This commit is contained in:
Ricardo Wurmus
2026-05-02 23:11:58 +02:00
parent 6bde614df2
commit ac086d271c
+2 -2
View File
@@ -59490,13 +59490,13 @@ with alternating row colors) in LaTeX and HTML formats easily from
(define-public r-metadat
(package
(name "r-metadat")
(version "1.4-0")
(version "1.6-0")
(source (origin
(method url-fetch)
(uri (cran-uri "metadat" version))
(sha256
(base32
"019zxxq138mzpkx2hl61as7jyccrxmc61yq3bjy2khrw0pp6sp9a"))))
"01g3qrabb5xh45km94s9i3qq89kkav43ic0pds3ysh92bljbpwpm"))))
(properties `((upstream-name . "metadat")))
(build-system r-build-system)
(propagated-inputs (list r-mathjaxr))