gnu: r-delayedmatrixstats: Update to 1.2.0.

* gnu/packages/bioinformatics.scm (r-delayedmatrixstats): Update to 1.2.0.
This commit is contained in:
Ricardo Wurmus 2018-06-02 13:34:59 +02:00
parent d99e0938fa
commit 8ec56b2956
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10930,14 +10930,14 @@ (define-public r-scran
(define-public r-delayedmatrixstats
(package
(name "r-delayedmatrixstats")
(version "1.0.3")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DelayedMatrixStats" version))
(sha256
(base32
"1cxjbjdq9hg9cm95rci0al7a4pk2h73ym276ahw9q4977zbg6381"))))
"1dasghfy8x27zzmd0igag4mc1gxxxbchsl4hpc1050dj3wnw9w3y"))))
(properties
`((upstream-name . "DelayedMatrixStats")))
(build-system r-build-system)