me
/
guix
Archived
1
0
Fork 0

gnu: r-cytoml: Update to 2.2.2.

* gnu/packages/bioconductor.scm (r-cytoml): Update to 2.2.2.
[inputs]: Add zlib.
master
Ricardo Wurmus 2021-03-15 15:02:33 +01:00
parent 11dc49afc2
commit fa6bb614c8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 3 deletions

View File

@ -6999,14 +6999,14 @@ sequential way to mimic the manual gating strategy.")
(define-public r-cytoml (define-public r-cytoml
(package (package
(name "r-cytoml") (name "r-cytoml")
(version "2.2.1") (version "2.2.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "CytoML" version)) (uri (bioconductor-uri "CytoML" version))
(sha256 (sha256
(base32 (base32
"1d8x49aqc95x1vx456hya5r7mal80pj9l6wmr5x5pb5r8qyzz6yq")))) "0ckjb7bkz0cy46scrv4vl9w37g54c0yihvzmbkzilip1ikpvhxd1"))))
(properties `((upstream-name . "CytoML"))) (properties `((upstream-name . "CytoML")))
(build-system r-build-system) (build-system r-build-system)
(arguments (arguments
@ -7021,7 +7021,8 @@ sequential way to mimic the manual gating strategy.")
(string-append match "/libhdf5.a"))) (string-append match "/libhdf5.a")))
#t))))) #t)))))
(inputs (inputs
`(("libxml2" ,libxml2))) `(("libxml2" ,libxml2)
("zlib" ,zlib)))
(propagated-inputs (propagated-inputs
`(("r-base64enc" ,r-base64enc) `(("r-base64enc" ,r-base64enc)
("r-bh" ,r-bh) ("r-bh" ,r-bh)