mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: r-flowviz: Update to 1.66.0.
* gnu/packages/bioconductor.scm (r-flowviz): Update to 1.66.0. Change-Id: I118ccc0471534316abff95cd1ab9eabd859f6831
This commit is contained in:
parent
32a16be414
commit
be37da9b54
1 changed files with 2 additions and 2 deletions
|
@ -17364,14 +17364,14 @@ (define-public r-ggcyto
|
|||
(define-public r-flowviz
|
||||
(package
|
||||
(name "r-flowviz")
|
||||
(version "1.64.0")
|
||||
(version "1.66.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "flowViz" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0y16hzadpr5c99cwkphc07vh6lypgfk5nacbmn7mmrw01b3gbk67"))))
|
||||
"1hn021p2220a47qzlya8qabc9xgmxk9gcs505m7wx6gx6ysdn418"))))
|
||||
(properties `((upstream-name . "flowViz")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue