mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: r-isoformswitchanalyzer: Update to 2.2.0.
* gnu/packages/bioconductor.scm (r-isoformswitchanalyzer): Update to 2.2.0. Change-Id: Idd5f4c733972d4a49e155c439114405e412a03f9
This commit is contained in:
parent
71ef609861
commit
aae891dad3
1 changed files with 2 additions and 2 deletions
|
@ -5637,13 +5637,13 @@ (define-public r-iranges
|
||||||
(define-public r-isoformswitchanalyzer
|
(define-public r-isoformswitchanalyzer
|
||||||
(package
|
(package
|
||||||
(name "r-isoformswitchanalyzer")
|
(name "r-isoformswitchanalyzer")
|
||||||
(version "2.0.1")
|
(version "2.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "IsoformSwitchAnalyzeR" version))
|
(uri (bioconductor-uri "IsoformSwitchAnalyzeR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zjwhxlayz2sb77vspw280didhawj282i5gvxnydcdparg165zwf"))))
|
(base32 "1yin2jv06g3jrzadq6yjcr14jz1zzwyxipzna5csgr013dkkrl8h"))))
|
||||||
(properties `((upstream-name . "IsoformSwitchAnalyzeR")))
|
(properties `((upstream-name . "IsoformSwitchAnalyzeR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue