me
/
guix
Archived
1
0
Fork 0

gnu: r-breakpointr: Update to 1.20.0.

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

Change-Id: I1598b330dbcf5b78ba9fc7623892870d1899233c
master
Ricardo Wurmus 2023-11-03 16:40:28 +01:00
parent 44765e6f2c
commit c2460ad512
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4405,13 +4405,13 @@ packages.")
(define-public r-breakpointr
(package
(name "r-breakpointr")
(version "1.18.0")
(version "1.20.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "breakpointR" version))
(sha256
(base32
"001n99lilymgqxmpi4v89gw60j1mx13rvppv1ff1pbnk1zcmg53n"))))
"1jhgimybc2ib201k6vs5nfyi1whpkkzn7nj562yhz74208fx793a"))))
(properties `((upstream-name . "breakpointR")))
(build-system r-build-system)
(propagated-inputs