me
/
guix
Archived
1
0
Fork 0

gnu: r-affyrnadegradation: Update to 1.44.0.

* gnu/packages/bioconductor.scm (r-affyrnadegradation): Update to 1.44.0.
master
zimoun 2022-11-17 03:50:03 +01:00 committed by Ricardo Wurmus
parent 69ecae7801
commit 014fc145f8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1927,13 +1927,13 @@ expression values are known.")
(define-public r-affyrnadegradation
(package
(name "r-affyrnadegradation")
(version "1.42.0")
(version "1.44.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "AffyRNADegradation" version))
(sha256
(base32
"16akwmpzwxai7ks5bvc1yyb9sx2scv9b9gas5avb0sk5fk0h3nsf"))))
"1n6x2c0h6xmcll7mxq4n1y8ahqfmba8ppdcrjk9hf3nh5wngprkz"))))
(properties `((upstream-name . "AffyRNADegradation")))
(build-system r-build-system)
(propagated-inputs (list r-affy))