diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-15 14:58:07 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-15 15:38:56 +0100 |
commit | d12328f9fe222d930f5e7ba5e71afc4c24f124bc (patch) | |
tree | 8b16336c1904a7036998abd50aa59dc2b6008b14 | |
parent | 3381dc4b5c11ca60ef9ae00164a8563fc3ba3bd4 (diff) | |
download | guix-d12328f9fe222d930f5e7ba5e71afc4c24f124bc.tar guix-d12328f9fe222d930f5e7ba5e71afc4c24f124bc.tar.gz |
gnu: r-protgenerics: Update to 1.18.0.
* gnu/packages/bioinformatics.scm (r-protgenerics): Update to 1.18.0.
-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 abc83f3f84..cbb050c216 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9182,14 +9182,14 @@ as allowing spectra with different resolutions.") (define-public r-protgenerics (package (name "r-protgenerics") - (version "1.16.0") + (version "1.18.0") (source (origin (method url-fetch) (uri (bioconductor-uri "ProtGenerics" version)) (sha256 (base32 - "12jjwmg58b4xbivxlw4pffq0qfi2c1c5hyrci0sfyphrc99fvx0i")))) + "1k1ggjgx2la8b21841a4ngkp6xfxwz0czv7x960r7i1jqif8y48z")))) (properties `((upstream-name . "ProtGenerics"))) (build-system r-build-system) (home-page "https://github.com/lgatto/ProtGenerics") |