diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-04-10 12:25:39 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-10 12:29:51 +0200 |
| commit | 49bf6ff51b63a32dbaa5bdee19e39ec290c438e5 (patch) | |
| tree | 80fe3d9afa4d59bd5bb47e9fb045a74e774d4199 /gnu | |
| parent | 1c6e7240f5200bdaa5dce10aa3b2c7ec9030a515 (diff) | |
gnu: r-pando: Update to 1.1.1.
* gnu/packages/bioinformatics.scm (r-pando): Update to 1.1.1.
[source]: Update repository URL.
[arguments]: Delete phase 'loosen-requirements.
Change-Id: If3709336de2794da4c16a648137c6538d192c232
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index e751ba0ac2..3db1004949 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -13116,28 +13116,22 @@ differently labelled data.") (define-public r-pando (package (name "r-pando") - (version "1.0.5") + (version "1.1.1") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/quadbiolab/Pando") - (commit (string-append "v" version)))) + (url "https://github.com/quadbio/Pando") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "04kr1b28p5j7h48g32cldkg87xcmxnmd4kspygkfs7a4amihpi66")))) + (base32 "1zcsg3my1ka2wprvlx8p08cdz3dqphga54d5rp418zfhcyjy4fkp")))) (properties `((upstream-name . "Pando"))) (build-system r-build-system) (arguments (list ;; The test file data/test_seurat.rds is not included. - #:tests? #false - #:phases - '(modify-phases %standard-phases - (add-after 'unpack 'loosen-requirements - (lambda _ - (substitute* "DESCRIPTION" - ((" \\(==.*,") ","))))))) + #:tests? #false)) (propagated-inputs (list r-bayestestr r-foreach |
