gnu: r-breakpointr: Update to 1.22.0.

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

Change-Id: If1c9422eb8780bbeafb5054c5b0533411f40590d
This commit is contained in:
Ricardo Wurmus 2024-05-07 12:32:42 +02:00
parent 94cb2cee11
commit 5ae5bc6a87
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4960,13 +4960,13 @@ (define-public r-biocgenerics
(define-public r-breakpointr
(package
(name "r-breakpointr")
(version "1.20.0")
(version "1.22.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "breakpointR" version))
(sha256
(base32
"1jhgimybc2ib201k6vs5nfyi1whpkkzn7nj562yhz74208fx793a"))))
"0imbsqrslclvfyvc00sv6ngvl5hqlr6ian07v521m63ffpx6ll78"))))
(properties `((upstream-name . "breakpointR")))
(build-system r-build-system)
(propagated-inputs