me
/
guix
Archived
1
0
Fork 0

gnu: r-icellnet: Update to 2.2.1-1.e10ee4a.

* gnu/packages/bioinformatics.scm (r-icellnet): Update to 2.2.1-1.e10ee4a.
[propagated-inputs]: Add r-complexheatmap and r-circlize.

Change-Id: Ib844f83cb1ca4f88259593153d9e66289307dccc
master
Ricardo Wurmus 2024-05-08 12:28:41 +02:00
parent cb5b2d6d24
commit babafe251c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 10 additions and 8 deletions

View File

@ -12307,13 +12307,12 @@ expression.")
(license license:gpl3))))
(define-public r-icellnet
;; v1.0 tagged in 2020, last commit contains many fixes.
;; DESCRIPTION says Version: 0.0.0.9000.
(let ((commit "b9c05488fb8b5ea69bd560018966eaf4e25f82a")
(revision "0"))
;; This is an arbitrary commit because there is no tag for 2.2.1.
(let ((commit "e10ee4ae5feaf8130764dcb0736957d2a90b828c")
(revision "1"))
(package
(name "r-icellnet")
(version (git-version "1.0" revision commit))
(version (git-version "2.2.1" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@ -12322,15 +12321,18 @@ expression.")
(file-name (git-file-name name version))
(sha256
(base32
"0cld7d6xqnvd0zpcpg3sx73an6vdc9divzywgnn6zxnqcd987cnw"))))
"0bszxw9zcsd1gxhg9q89jfzi95266wfjn74hp7z8yb99cr3j53k4"))))
(build-system r-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'enter-dir
(lambda _ (chdir "icellnet"))))))
(propagated-inputs
(list r-annotationdbi
r-complexheatmap
r-circlize
r-data-table
r-dplyr
r-ggplot2