summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-11-30 16:54:42 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-11-30 17:28:23 +0100
commit439492654bc39954745ffd444375bcf608db30c4 (patch)
treead6111de26bbfe28b862f61ace55f435ee274438
parent06e8e0fc6c07aae4e5761f45653fb4e758214a95 (diff)
downloadpatches-439492654bc39954745ffd444375bcf608db30c4.tar
patches-439492654bc39954745ffd444375bcf608db30c4.tar.gz
gnu: r-maldiquant: Update to 1.17.
* gnu/packages/bioinformatics.scm (r-maldiquant): Update to 1.17.
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 376dbbe772..6ba65f330a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9068,14 +9068,14 @@ trait.")
(define-public r-maldiquant
(package
(name "r-maldiquant")
- (version "1.16.4")
+ (version "1.17")
(source
(origin
(method url-fetch)
(uri (cran-uri "MALDIquant" version))
(sha256
(base32
- "1pmhsfvd45a44xdiml4zx3zd5fhygqyziqvygahkk9yibnyhv4cv"))))
+ "047s6007ydc38x8wm027mlb4mngz15n0d4238fr8h43wyll5zy0z"))))
(properties `((upstream-name . "MALDIquant")))
(build-system r-build-system)
(home-page "http://cran.r-project.org/web/packages/MALDIquant")