diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 15:59:21 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 16:18:42 +0100 |
commit | 0b18856532c8a91ce17b6615b2e8a6be3844d7a8 (patch) | |
tree | 81bf1aae47e26fac14749128a0883a97b3426c3c | |
parent | 99b3236e65b3a05ed59617bec7a24cafdf5596d6 (diff) | |
download | patches-0b18856532c8a91ce17b6615b2e8a6be3844d7a8.tar patches-0b18856532c8a91ce17b6615b2e8a6be3844d7a8.tar.gz |
gnu: r-genomicfeatures: Update to 1.30.3.
* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.30.3.
-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 22ee3f10b5..f38165c20d 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7433,13 +7433,13 @@ as well as query and modify the browser state, such as the current viewport.") (define-public r-genomicfeatures (package (name "r-genomicfeatures") - (version "1.30.0") + (version "1.30.3") (source (origin (method url-fetch) (uri (bioconductor-uri "GenomicFeatures" version)) (sha256 (base32 - "1khjvq1ffhqavkwf8n7bilknci60lxbg52icrcf2vnb9k8rlpghs")))) + "010vn8hlwbnw12pd1d8pv6m12yp3xwx557gba5rbjq9p4qypnn3z")))) (properties `((upstream-name . "GenomicFeatures"))) (build-system r-build-system) |