diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-18 21:52:38 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-19 09:53:05 +0100 |
commit | 79c6af13d08f7d4563c343a2c3e9ebbc82d7695b (patch) | |
tree | c5b0720c90b3096bf16fed3288d37360d3f5a713 /gnu | |
parent | 59b2864d6c46405e04bed0ec8ae765096a30608e (diff) | |
download | guix-79c6af13d08f7d4563c343a2c3e9ebbc82d7695b.tar guix-79c6af13d08f7d4563c343a2c3e9ebbc82d7695b.tar.gz |
gnu: r-delayedmatrixstats: Update to 1.0.3.
* gnu/packages/bioinformatics.scm (r-delayedmatrixstats): Update to 1.0.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 93a4f128e1..820bd84d66 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10630,14 +10630,14 @@ variable and significantly correlated genes.") (define-public r-delayedmatrixstats (package (name "r-delayedmatrixstats") - (version "1.0.2") + (version "1.0.3") (source (origin (method url-fetch) (uri (bioconductor-uri "DelayedMatrixStats" version)) (sha256 (base32 - "1nfdan0k2z4mynxyblsil0cjclsy63b0w9r1hczfk27i8hmxx13h")))) + "1cxjbjdq9hg9cm95rci0al7a4pk2h73ym276ahw9q4977zbg6381")))) (properties `((upstream-name . "DelayedMatrixStats"))) (build-system r-build-system) |