aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-11-07 12:10:07 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-11-07 12:27:14 +0100
commit691ce09fd37d30e64ed639102c99f3fce0d39ea1 (patch)
treea7a4a54ee1b20268f4b553b977132ec4a5a21c76 /gnu
parent8af86883391c620960087f8487813d97d587a02e (diff)
downloadguix-691ce09fd37d30e64ed639102c99f3fce0d39ea1.tar
guix-691ce09fd37d30e64ed639102c99f3fce0d39ea1.tar.gz
gnu: r-protgenerics: Update to 1.14.0.
* gnu/packages/bioinformatics.scm (r-protgenerics): Update to 1.14.0.
Diffstat (limited to 'gnu')
-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 7934c73010..581a6d46b6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9517,14 +9517,14 @@ as allowing spectra with different resolutions.")
(define-public r-protgenerics
(package
(name "r-protgenerics")
- (version "1.12.0")
+ (version "1.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ProtGenerics" version))
(sha256
(base32
- "05jbadw2aiwy8vi2ia0jxg06cmwhly2cq4dy1ag7kdxf1c5i9ccn"))))
+ "053mmxhzncqgigl2iqjlq56qzimlw2zzw31wpzw19rf7rld1vi3b"))))
(properties `((upstream-name . "ProtGenerics")))
(build-system r-build-system)
(home-page "https://github.com/lgatto/ProtGenerics")