me
/
guix
Archived
1
0
Fork 0

gnu: r-deepsnv: Update to 1.44.0.

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

View File

@ -3592,13 +3592,13 @@ targeted by a kinase.")
(define-public r-deepsnv
(package
(name "r-deepsnv")
(version "1.42.1")
(version "1.44.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "deepSNV" version))
(sha256
(base32
"0bgj1grv3a5bqhcdsw445x49kl3pz367svy6fnrzfsk9bmj46kgn"))))
"051xcg9lx8plbfhiacrv1wsxfac0qqspysq960ppibkf4m8crk81"))))
(properties `((upstream-name . "deepSNV")))
(build-system r-build-system)
(propagated-inputs