[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/50: gnu: r-billboarder: Update to 0.4.0.
From: |
guix-commits |
Subject: |
14/50: gnu: r-billboarder: Update to 0.4.0. |
Date: |
Mon, 9 Jan 2023 17:11:45 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 18ea1e2085edecd6bb092bc65cd9afe8610e367a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 22:17:44 2023 +0100
gnu: r-billboarder: Update to 0.4.0.
* gnu/packages/cran.scm (r-billboarder): Update to 0.4.0.
[native-inputs]: Update js-billboard to 3.6.3.
---
gnu/packages/cran.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6d7e71822c..6c29fbb76b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10491,13 +10491,13 @@ file.")
(define-public r-billboarder
(package
(name "r-billboarder")
- (version "0.3.1")
+ (version "0.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "billboarder" version))
(sha256
- (base32 "189ngvg84rcwhrivxskmjv3srhadvzr4p1v8pf11axyv2qn01b0x"))
+ (base32 "1llac7fyyfax6q8n9b8lccyl9c8vxqvkfp341sz59mrw8yhwb2hr"))
(snippet
'(delete-file
"inst/htmlwidgets/lib/billboard/billboard.pkgd.min.js"))))
(properties `((upstream-name . "billboarder")))
@@ -10533,10 +10533,10 @@ file.")
("js-billboard"
,(origin
(method url-fetch)
- (uri "https://unpkg.com/billboard.js@3.2.0/dist/billboard.js")
+ (uri "https://unpkg.com/billboard.js@3.6.3/dist/billboard.js")
(sha256
(base32
- "1kx5rqmn87pgal2cwmcij2rrnwa0fgcsw6y99m4i0l2sdm0qffv2"))))))
+ "1lyj4yl95qgh06iygb2y2mdg1zxijzxi5h85z7kp8ngm825z6rpi"))))))
(home-page "https://github.com/dreamRs/billboarder")
(synopsis "Create interactive charts with the JavaScript Billboard
library")
(description
- branch master updated (f62ac25ca3 -> 8423ca9da8), guix-commits, 2023/01/09
- 01/50: gnu: Add r-httr2., guix-commits, 2023/01/09
- 07/50: gnu: r-mitml: Update to 0.4-4., guix-commits, 2023/01/09
- 14/50: gnu: r-billboarder: Update to 0.4.0.,
guix-commits <=
- 08/50: gnu: r-seriation: Update to 1.4.1., guix-commits, 2023/01/09
- 06/50: gnu: r-timedate: Update to 4022.108., guix-commits, 2023/01/09
- 13/50: gnu: r-reticulate: Update to 1.27., guix-commits, 2023/01/09
- 16/50: gnu: r-writexl: Update to 1.4.2., guix-commits, 2023/01/09
- 26/50: gnu: r-lavaan: Update to 0.6-13., guix-commits, 2023/01/09
- 04/50: gnu: r-rstpm2: Update to 1.5.9., guix-commits, 2023/01/09
- 05/50: gnu: r-lava: Update to 1.7.1., guix-commits, 2023/01/09
- 17/50: gnu: r-precrec: Update to 0.14.1., guix-commits, 2023/01/09
- 22/50: gnu: r-ncdf4: Update to 1.21., guix-commits, 2023/01/09
- 28/50: gnu: r-qqconf: Update to 1.3.1., guix-commits, 2023/01/09