me
/
guix
Archived
1
0
Fork 0

gnu: r-affycomp: Update to 1.78.0.

* gnu/packages/bioconductor.scm (r-affycomp): Update to 1.78.0.

Change-Id: If05e314863a48dcdd9f39238a340b712ab85b805
master
Ricardo Wurmus 2023-11-03 16:51:54 +01:00
parent d2f808e301
commit dde158c631
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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