aboutsummaryrefslogtreecommitdiff
path: root/tests/graph.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-03 14:47:44 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-03 19:23:49 +0200
commited14bc298470f77f4ffacdc315ae87939f81c765 (patch)
tree6eb872ca61b56b53ad6ab26935f969f15e86a85a /tests/graph.scm
parentd71cfaea3006bc02dc6d309d916809e1f799f04e (diff)
downloadguix-ed14bc298470f77f4ffacdc315ae87939f81c765.tar.gz
guix-ed14bc298470f77f4ffacdc315ae87939f81c765.zip
bash completion: Fix ‘system’ & ‘container’ subcommands.
* etc/completion/bash/guix (_guix_complete): Count words from the innermost command.
Diffstat (limited to 'tests/graph.scm')
0 files changed, 0 insertions, 0 deletions
ages/bioinformatics.scm
index e3a1e38874..36170842b7 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6308,13 +6308,13 @@ utilities for sequence data management under the ACNUC system.")
(define-public r-iranges
(package
(name "r-iranges")
- (version "2.8.1")
+ (version "2.8.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "IRanges" version))
(sha256
(base32
- "0cryqnpqb3p6l9jjw27hyqd550sxlljls3ka7b9rb38hkji7b5hw"))))
+ "0x8h74ik3xwdnwrkn89hq5ll0qa1lp9jgzlbmpa02dpws7snfwyr"))))
(properties
`((upstream-name . "IRanges")))
(build-system r-build-system)