me
/
guix
Archived
1
0
Fork 0

gnu: r-methylkit: Update to 1.26.0.

* gnu/packages/bioconductor.scm (r-methylkit): Update to 1.26.0.
master
Ricardo Wurmus 2023-04-28 17:59:56 +02:00
parent 15efeebe53
commit 2ebeeeb438
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7507,13 +7507,13 @@ profiles than cells of different types.")
(define-public r-methylkit
(package
(name "r-methylkit")
(version "1.24.0")
(version "1.26.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "methylKit" version))
(sha256
(base32
"0w6wv8x1jggbvymb07b2z47myf239mwpwbgz5p5yi60qb0k7p2q9"))))
"1qi4gwlxsxr4cgs8s12qybrs89vr79xwd7n9in1af3hyn0swikn1"))))
(properties `((upstream-name . "methylKit")))
(build-system r-build-system)
(propagated-inputs