me
/
guix
Archived
1
0
Fork 0

gnu: r-trna: Update to 1.22.0.

* gnu/packages/bioconductor.scm (r-trna): Update to 1.22.0.

Change-Id: I8963719a1115e1c5ee4994e41a1aa54bc22fcaad
master
Ricardo Wurmus 2024-05-07 13:06:35 +02:00
parent cda28c3a25
commit 0f1d300f88
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11838,14 +11838,14 @@ structures to hold pseudotime inference results.")
(define-public r-trna
(package
(name "r-trna")
(version "1.20.1")
(version "1.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "tRNA" version))
(sha256
(base32
"0mcpql3zf1gw2k6gfyqycycc8li00818gd9qzs8s3wva7kxbpn89"))))
"0dg4s5kxsdh2j8smqi8vm7yncy9kb79sj8xlvf4wgf3aljarms21"))))
(properties
`((upstream-name . "tRNA")))
(build-system r-build-system)