1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-13 05:14:07 +02:00

gnu: r-seqinfo: Update to 1.2.0.

* gnu/packages/bioconductor.scm (r-seqinfo): Update to 1.2.0.

Change-Id: I4501eb8ba4b6b93b770c447328d317cf3b78a8dd
This commit is contained in:
Ricardo Wurmus
2026-05-01 22:15:06 +02:00
parent ce2a1e1523
commit 8cb49a24d1
+2 -2
View File
@@ -14038,13 +14038,13 @@ data access using the R programming language.")
(define-public r-seqinfo
(package
(name "r-seqinfo")
(version "1.0.0")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Seqinfo" version))
(sha256
(base32 "10jd4f4qvk4f2z4x9x6663fanh1mb0sxk9xs8giwbw1yb6jrab6p"))))
(base32 "0wx0ldp3ap5g61iz057yj0vfasr5d06h8h63g57xq97zjvyr6rpq"))))
(properties
'((upstream-name . "Seqinfo")
(updater-extra-native-inputs . ("r-runit"))