me
/
guix
Archived
1
0
Fork 0

gnu: r-flowviz: Update to 1.66.0.

* gnu/packages/bioconductor.scm (r-flowviz): Update to 1.66.0.

Change-Id: I118ccc0471534316abff95cd1ab9eabd859f6831
master
Ricardo Wurmus 2023-11-03 17:18:57 +01:00
parent 32a16be414
commit be37da9b54
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -17364,14 +17364,14 @@ statistics to the plot.")
(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