[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: r-dyngen: Update to 1.0.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: r-dyngen: Update to 1.0.4. |
Date: |
Tue, 30 Aug 2022 17:35:42 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 8c5246677c gnu: r-dyngen: Update to 1.0.4.
8c5246677c is described below
commit 8c5246677cced7389068ab8af1ba61dbcb26ba28
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Tue Aug 30 12:44:31 2022 +0200
gnu: r-dyngen: Update to 1.0.4.
* gnu/packages/bioinformatics.scm (r-dyngnen): Update to 1.0.4.
[source]: Change to cran-uri source.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
gnu/packages/bioinformatics.scm | 76 +++++++++++++++++++----------------------
1 file changed, 36 insertions(+), 40 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 2bae609614..89e5dd645f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11592,47 +11592,43 @@ including:
(license license:gpl3+)))
(define-public r-dyngen
- (let ((commit "37fd1798fcbd41093fb3d7775bb2d268e2fc82b6")
- (revision "1"))
- (package
- (name "r-dyngen")
- (version (git-version "1.0.3" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/dynverse/dyngen")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "05pr6v1b8yji1jnj3fwx0crmg8ay6yy6lp9qjmcyvhkwbmf3kvc7"))))
- (properties `((upstream-name . "dyngen")))
- (build-system r-build-system)
- (propagated-inputs
- (list r-assertthat
- r-dplyr
- r-dynutils
- r-ggplot2
- r-ggraph
- r-ggrepel
- r-gillespiessa2
- r-igraph
- r-lmds
- r-matrix
- r-patchwork
- r-pbapply
- r-purrr
- r-rlang
- r-tibble
- r-tidygraph
- r-tidyr
- r-viridis))
- (home-page "https://github.com/dynverse/dyngen")
- (synopsis "Multi-Modal simulator for single-cell omics analyses")
- (description
- "This package provides a multi-modal simulation engine for studying
+ (package
+ (name "r-dyngen")
+ (version "1.0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "dyngen" version))
+ (sha256
+ (base32
+ "1qmqy0dyiz30zpf3ii4h2ip6hg2449ghb474sjzrqa1yk9mdpy4i"))))
+ (properties `((upstream-name . "dyngen")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-assertthat
+ r-dplyr
+ r-dynutils
+ r-ggplot2
+ r-ggraph
+ r-ggrepel
+ r-gillespiessa2
+ r-igraph
+ r-lmds
+ r-matrix
+ r-patchwork
+ r-pbapply
+ r-purrr
+ r-rlang
+ r-tibble
+ r-tidygraph
+ r-tidyr
+ r-viridis))
+ (home-page "https://github.com/dynverse/dyngen")
+ (synopsis "Multi-Modal simulator for single-cell omics analyses")
+ (description
+ "This package provides a multi-modal simulation engine for studying
dynamic cellular processes at single-cell resolution.")
- (license license:expat))))
+ (license license:expat)))
;; Needed for r-liana
(define-public r-omnipathr/devel
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: r-dyngen: Update to 1.0.4.,
guix-commits <=