guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#57485] [PATCH] gnu: r-dyngen: Update to 1.0.4.


From: Mădălin Ionel Patrașcu
Subject: [bug#57485] [PATCH] gnu: r-dyngen: Update to 1.0.4.
Date: Tue, 30 Aug 2022 12:44:31 +0200

* gnu/packages/bioinformatics.scm (r-dyngnen): Update to 1.0.4.
[source]: Change to cran-uri source.
---
 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 @@ (define-public biobambam2
     (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

base-commit: 47c11772dfe840a536ed7ec438fe832878f51054
-- 
2.37.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]