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

gnu: r-rdisop: Update to 1.68.0.

* gnu/packages/bioconductor.scm (r-rdisop): Update to 1.68.0.

Change-Id: Ia8423eea89f7d3e9473bf20905c1aab6ccc6c59e
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:55:43 +02:00
parent 9a618dd6a6
commit 455f34b837
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10364,13 +10364,13 @@ rectangular dataset.")
(define-public r-rdisop
(package
(name "r-rdisop")
(version "1.66.0")
(version "1.68.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Rdisop" version))
(sha256
(base32
"04w3cdk110n9cx6rzpgrxjz4dl6sghqpjj4hvh37axv7f8p52f02"))))
"0miqpygj9fk38qdxw51sr593hl131l9hx5kgjm71qq8wpwyd5ffd"))))
(properties `((upstream-name . "Rdisop")))
(build-system r-build-system)
(propagated-inputs (list r-rcpp))