diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-28 05:37:59 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-06-28 05:46:19 +0200 |
commit | e66f81cf63902bd99f5461af13616a9f4e03f450 (patch) | |
tree | b4d0eb74847d23b7719e12a582f110ce8a460b60 | |
parent | fa7871af7706c555de8109ad5ce2ee2f4f990518 (diff) | |
download | guix-e66f81cf63902bd99f5461af13616a9f4e03f450.tar guix-e66f81cf63902bd99f5461af13616a9f4e03f450.tar.gz |
gnu: r-biocviews: Update to 1.56.1.
* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.56.1.
-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 0d55764db3..66c751a97a 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7505,13 +7505,13 @@ BLAST, KEGG, GenBank, MEDLINE and GO.") (define-public r-biocviews (package (name "r-biocviews") - (version "1.56.0") + (version "1.56.1") (source (origin (method url-fetch) (uri (bioconductor-uri "biocViews" version)) (sha256 (base32 - "1h4cmfbff79v9xrh271dp3rv0877ris06lmkvc39kqzj7yjsh7c2")))) + "0zcx8gha3x3jc0ra6ii6wwq2vfsmffrrnilknbq8h5xjrl55m6ci")))) (properties `((upstream-name . "biocViews"))) (build-system r-build-system) |