1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: r-circrnaprofiler: Update to 1.22.1.

* gnu/packages/bioconductor.scm (r-circrnaprofiler): Update to 1.22.1.

Change-Id: I443629810f3ce69d1f5e80e72a6022a98bd8a002
This commit is contained in:
Ricardo Wurmus 2025-05-13 11:57:31 +02:00
parent 1a2a984e4f
commit ecbebc5ca9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22391,14 +22391,14 @@ accessibility data.")
(define-public r-circrnaprofiler
(package
(name "r-circrnaprofiler")
(version "1.22.0")
(version "1.22.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "circRNAprofiler" version))
(sha256
(base32
"115hzanh0bs45qbk1j854jvpd8242aabzpwjzd0hk79k5ng8yqnm"))))
"0c30bzlmbfn05d6j5wvcdww5hn0mkcl9ydb4z3rf7hl58xp62s0g"))))
(properties
`((upstream-name . "circRNAprofiler")))
(build-system r-build-system)