1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: r-allelicimbalance: Update to 1.46.1.

* gnu/packages/bioconductor.scm (r-allelicimbalance): Update to 1.46.1.

Change-Id: I4af917145424e03ca90831ba71e8f304b5dd49bb
This commit is contained in:
Ricardo Wurmus 2025-05-13 11:57:30 +02:00
parent c6a9b298bd
commit c73edded1a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20020,14 +20020,14 @@ text files).")
(define-public r-allelicimbalance
(package
(name "r-allelicimbalance")
(version "1.46.0")
(version "1.46.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "AllelicImbalance" version))
(sha256
(base32
"0cfk0n33p0lv8i0i6nvwv8afv6i3p5xgr6qsmngafacql8klw2p5"))))
"1v20sw834khccr5x77q1wb6d9dk4w0hsfk994z34yx61p8wm6wqx"))))
(properties
`((upstream-name . "AllelicImbalance")))
(build-system r-build-system)