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>master
parent
18861877c8
commit
8c5246677c
|
@ -11592,20 +11592,16 @@ including:
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public r-dyngen
|
(define-public r-dyngen
|
||||||
(let ((commit "37fd1798fcbd41093fb3d7775bb2d268e2fc82b6")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "r-dyngen")
|
(name "r-dyngen")
|
||||||
(version (git-version "1.0.3" revision commit))
|
(version "1.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method url-fetch)
|
||||||
(uri (git-reference
|
(uri (cran-uri "dyngen" version))
|
||||||
(url "https://github.com/dynverse/dyngen")
|
|
||||||
(commit commit)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05pr6v1b8yji1jnj3fwx0crmg8ay6yy6lp9qjmcyvhkwbmf3kvc7"))))
|
(base32
|
||||||
|
"1qmqy0dyiz30zpf3ii4h2ip6hg2449ghb474sjzrqa1yk9mdpy4i"))))
|
||||||
(properties `((upstream-name . "dyngen")))
|
(properties `((upstream-name . "dyngen")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -11632,7 +11628,7 @@ including:
|
||||||
(description
|
(description
|
||||||
"This package provides a multi-modal simulation engine for studying
|
"This package provides a multi-modal simulation engine for studying
|
||||||
dynamic cellular processes at single-cell resolution.")
|
dynamic cellular processes at single-cell resolution.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
;; Needed for r-liana
|
;; Needed for r-liana
|
||||||
(define-public r-omnipathr/devel
|
(define-public r-omnipathr/devel
|
||||||
|
|
Reference in New Issue