me
/
guix
Archived
1
0
Fork 0

gnu: r-affycomp: Update to 1.76.1.

* gnu/packages/bioconductor.scm (r-affycomp): Update to 1.76.1.
Ricardo Wurmus 2023-07-17 14:55:07 +02:00
parent ed58e991f5
commit 6f9894d63c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5442,14 +5442,14 @@ analysis.")
(define-public r-affycomp
(package
(name "r-affycomp")
(version "1.76.0")
(version "1.76.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "affycomp" version))
(sha256
(base32
"1bsav6d3dhn2fs7gjd1jvrb448ckxw5l6ikrdv63cdnnjk0dxl62"))))
"0wccj8q8sl0zc68nr5qf1qih8awqf1h6bwi5hq9d7r59p4g4r9n1"))))
(properties `((upstream-name . "affycomp")))
(build-system r-build-system)
(propagated-inputs (list r-biobase))