me
/
guix
Archived
1
0
Fork 0

gnu: r-bcrank: Update to 1.66.0.

* gnu/packages/bioconductor.scm (r-bcrank): Update to 1.66.0.

Change-Id: I33ab9ad800c550b90268e7382ca1237874ca8d86
master
Ricardo Wurmus 2024-05-07 13:07:25 +02:00
parent a791fbd1a3
commit 5090b976d5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -24190,13 +24190,13 @@ included in the plots.")
(define-public r-bcrank
(package
(name "r-bcrank")
(version "1.64.0")
(version "1.66.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BCRANK" version))
(sha256
(base32 "1m1ccacryf8wjzp0d37n9n1kpa6734ddb8nvv1sy0sz5gplrars9"))))
(base32 "0ydajrbggvqakdf01pq5mqi1v3slz00irpbx4s9fmxvci9ganwp7"))))
(properties `((upstream-name . "BCRANK")))
(build-system r-build-system)
(propagated-inputs (list r-biostrings))