me
/
guix
Archived
1
0
Fork 0

gnu: r-biovizbase: Update to 1.44.0.

* gnu/packages/bioconductor.scm (r-biovizbase): Update to 1.44.0.
master
Ricardo Wurmus 2022-05-28 12:44:36 +02:00
parent e56181a34e
commit 6479274a0b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3171,14 +3171,14 @@ biological sequences or sets of sequences.")
(define-public r-biovizbase
(package
(name "r-biovizbase")
(version "1.42.0")
(version "1.44.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "biovizBase" version))
(sha256
(base32
"0kg71p7sqfvxal0c19zrws1ffaqgyi8p605l3z6mkq5ldi26pajz"))))
"1ffzf7yvl47l8v8a50m8g9q33hgwvxg4fcm8ld2yy8hd2zl86zyd"))))
(properties `((upstream-name . "biovizBase")))
(build-system r-build-system)
(propagated-inputs