gnu: r-biocviews: Update to 1.44.0.

* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.44.0.
This commit is contained in:
Roel Janssen 2017-04-28 10:33:26 +02:00
parent 3bef15286a
commit 68eac34974
No known key found for this signature in database
GPG key ID: C3EC1DCA843072E1

View file

@ -6067,13 +6067,13 @@ (define-public r-biocinstaller
(define-public r-biocviews
(package
(name "r-biocviews")
(version "1.42.0")
(version "1.44.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biocViews" version))
(sha256
(base32
"07rjk10b91pkriyq297w86199r2d3sfji3ggs9mq2gyalsa8y4b6"))))
"17hi8w0w63f5yc43kid5pbld3ca78sj6n8x9dmkbl8h48818xbga"))))
(properties
`((upstream-name . "biocViews")))
(build-system r-build-system)