3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-rsbml: Update to 2.46.0.

* gnu/packages/bioconductor.scm (r-rsbml): Update to 2.46.0.
This commit is contained in:
Ricardo Wurmus 2020-06-13 01:03:59 +02:00
parent a54fd40994
commit d65bdbb2cb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7342,14 +7342,14 @@ the read count and GC content bias.")
(define-public r-rsbml
(package
(name "r-rsbml")
(version "2.44.0")
(version "2.46.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "rsbml" version))
(sha256
(base32
"1dbp0aaijxn3na26b68ws0v9qzvml61ifb9z4i8pz7q6h48n7lxa"))))
"1i1izznnwzrc6m7s3hblfff466icfvxl2gjdqaln8qfg9v87rslx"))))
(properties `((upstream-name . "rsbml")))
(build-system r-build-system)
(inputs