diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-06-02 12:53:15 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-06-02 12:53:15 +0200 |
commit | f06bd3e7407e8441cd1416278e527c031955db62 (patch) | |
tree | 266024b3dab0ee984239fe36af4380f3f96d8d31 /gnu | |
parent | 438d2b80f7797dae60e5f0225bd16b716cb24edf (diff) | |
download | guix-f06bd3e7407e8441cd1416278e527c031955db62.tar.gz |
gnu: r-biocviews: Update to 1.68.1.
* gnu/packages/bioconductor.scm (r-biocviews): Update to 1.68.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 38327de7cc..d3a54eeb4e 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -17639,13 +17639,13 @@ functionality.") (define-public r-biocviews (package (name "r-biocviews") - (version "1.68.0") + (version "1.68.1") (source (origin (method url-fetch) (uri (bioconductor-uri "biocViews" version)) (sha256 (base32 - "06gxyhxxnvcv6jxp5aqdsr35w1xhww2y5xafc3lw9wkawjdbnndy")))) + "04rzrwxd9n4l3agmbkx03hhcmy2fx049q5n4glld46mvx3vjvc48")))) (properties `((upstream-name . "biocViews"))) (build-system r-build-system) |