me
/
guix
Archived
1
0
Fork 0

gnu: r-affydata: Update to 1.52.0.

* gnu/packages/bioconductor.scm (r-affydata): Update to 1.52.0.

Change-Id: Ibbdeca7d8ed91da88d14f547403d43c8b9e45775
master
Ricardo Wurmus 2024-05-07 12:32:26 +02:00
parent aa538cc886
commit eca80e2bf7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2399,13 +2399,13 @@ the form of an @code{exprSet} object.")
(define-public r-affydata
(package
(name "r-affydata")
(version "1.50.0")
(version "1.52.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "affydata" version 'experiment))
(sha256
(base32 "1p9gqv8xnakwhf4sani09krlrq6qs4gr8yfjmi8g3s1zq4d32h1k"))))
(base32 "0srmrb2pf5dhjfm1l1jd06jgnah16qxillxi5zjr8vq7pgvw8x4b"))))
(properties `((upstream-name . "affydata")))
(build-system r-build-system)
(propagated-inputs