diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-07-03 02:40:00 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-07-17 22:38:36 +0200 |
commit | a36b63d144099f7f12a9605e996e451c095f81c2 (patch) | |
tree | 0068a1fabfe2a126b9411a6a2a56ae664f6de4b0 /gnu/packages/bioconductor.scm | |
parent | e49bd5772f97e4cf0f656c0bc448430f30c33b56 (diff) | |
download | guix-a36b63d144099f7f12a9605e996e451c095f81c2.tar guix-a36b63d144099f7f12a9605e996e451c095f81c2.tar.gz |
gnu: r-txdbmaker: Update to 1.0.1.
* gnu/packages/bioconductor.scm (r-txdbmaker): Update to 1.0.1.
Change-Id: Id414fc98b78be2f876c2cc2d1157403f5e7285a6
Diffstat (limited to 'gnu/packages/bioconductor.scm')
-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 86bd3a3fe9..36387bd194 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -12333,13 +12333,13 @@ dependencies between GO terms can be implemented and applied.") (define-public r-txdbmaker (package (name "r-txdbmaker") - (version "1.0.0") + (version "1.0.1") (source (origin (method url-fetch) (uri (bioconductor-uri "txdbmaker" version)) (sha256 - (base32 "099x6v4crp953jcgqipj0001kxg7gv5h0r4mmvh1cg7j69w0zd5m")))) + (base32 "1nl7lr0x0kicd44gvwrdslcnnlmqaf57rgp1gb22yvz3lfzjziqi")))) (properties `((upstream-name . "txdbmaker"))) (build-system r-build-system) (propagated-inputs (list r-annotationdbi |