[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/377: gnu: r-rgexf: Update to 0.16.2.
From: |
guix-commits |
Subject: |
22/377: gnu: r-rgexf: Update to 0.16.2. |
Date: |
Sun, 5 Sep 2021 10:06:45 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit c34dd257ee12606e9a7e38514451f142c2913914
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 22 17:53:26 2021 +0200
gnu: r-rgexf: Update to 0.16.2.
* gnu/packages/cran.scm (r-rgexf): Update to 0.16.2.
[source]: Simplify snippet.
[arguments]: Remove trailing #t.
---
gnu/packages/cran.scm | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a544372..cfc4ecb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7572,22 +7572,20 @@ it.")
(define-public r-rgexf
(package
(name "r-rgexf")
- (version "0.16.0")
+ (version "0.16.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "rgexf" version))
(sha256
(base32
- "1vj5ha1qx0xzflchxf25ycys6clfn9y32m1717afzkvhmkwisrra"))
+ "00c2zka1n3k7p1l0mlchr063s6x58p9r3fb64d4wgl4rvsq55q3f"))
+ ;; Delete minified JavaScript files
(snippet
- '(begin
- ;; Delete minified JavaScript files
- (for-each delete-file
- '("inst/gexf-js/js/jquery-2.0.2.min.js"
- "inst/gexf-js/js/jquery-ui-1.10.3.custom.min.js"
- "inst/gexf-js/js/jquery.mousewheel.min.js"))
- #true))))
+ '(for-each delete-file
+ '("inst/gexf-js/js/jquery-2.0.2.min.js"
+ "inst/gexf-js/js/jquery-ui-1.10.3.custom.min.js"
+ "inst/gexf-js/js/jquery.mousewheel.min.js")))))
(properties `((upstream-name . "rgexf")))
(build-system r-build-system)
(arguments
@@ -7616,8 +7614,7 @@ it.")
source target)
(invoke "esbuild" source "--minify"
(string-append "--outfile=" target)))
- sources targets))))
- #t)))))
+ sources targets)))))))))
(propagated-inputs
`(("r-igraph" ,r-igraph)
("r-servr" ,r-servr)
- 27/377: gnu: r-emmeans: Update to 1.6.3., (continued)
- 27/377: gnu: r-emmeans: Update to 1.6.3., guix-commits, 2021/09/05
- 30/377: gnu: r-bigrquery: Update to 1.4.0., guix-commits, 2021/09/05
- 45/377: gnu: r-brms: Update to 2.16.0., guix-commits, 2021/09/05
- 48/377: gnu: r-seurat: Update to 4.0.4., guix-commits, 2021/09/05
- 53/377: gnu: r-textplot: Update to 0.2.0., guix-commits, 2021/09/05
- 63/377: gnu: r-xml: Update to 3.99-0.7., guix-commits, 2021/09/05
- 64/377: gnu: r-biomart: Update to 2.48.3., guix-commits, 2021/09/05
- 54/377: gnu: r-vroom: Update to 1.5.4., guix-commits, 2021/09/05
- 09/377: gnu: Add r-posterior., guix-commits, 2021/09/05
- 17/377: gnu: r-d3r: Update to 1.0.0., guix-commits, 2021/09/05
- 22/377: gnu: r-rgexf: Update to 0.16.2.,
guix-commits <=
- 21/377: gnu: r-later: Update to 1.3.0., guix-commits, 2021/09/05
- 26/377: gnu: r-magick: Update to 2.7.3., guix-commits, 2021/09/05
- 31/377: gnu: r-future-apply: Update to 1.8.1., guix-commits, 2021/09/05
- 25/377: gnu: r-argparse: Update to 2.0.4., guix-commits, 2021/09/05
- 29/377: gnu: r-rgl: Update to 0.107.14., guix-commits, 2021/09/05
- 38/377: gnu: r-tree: Update to 1.0-41., guix-commits, 2021/09/05
- 46/377: gnu: r-scatterpie: Update to 0.1.7., guix-commits, 2021/09/05
- 50/377: gnu: r-mlr3learners: Update to 0.5.0., guix-commits, 2021/09/05
- 56/377: gnu: r-tensorflow: Update to 2.6.0., guix-commits, 2021/09/05
- 57/377: gnu: r-keras: Update to 2.6.0., guix-commits, 2021/09/05