mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: r-antiprofiles: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-antiprofiles): Update to 1.44.0. Change-Id: Iac22dec83898624e88ad67983d4809729d6e2d09
This commit is contained in:
parent
98890f8da7
commit
98eebefbf8
1 changed files with 2 additions and 2 deletions
|
@ -4087,13 +4087,13 @@ (define-public r-annmap
|
||||||
(define-public r-antiprofiles
|
(define-public r-antiprofiles
|
||||||
(package
|
(package
|
||||||
(name "r-antiprofiles")
|
(name "r-antiprofiles")
|
||||||
(version "1.42.0")
|
(version "1.44.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "antiProfiles" version))
|
(uri (bioconductor-uri "antiProfiles" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14lzyq08gnm9r99xwaqh50sz0dwzhmiyyylkg239dlbw80zmv404"))))
|
"0p2fhxzgn877mic2yv1sgcidgm74z8hxa3hdaawgvhhvi2j6v8wa"))))
|
||||||
(properties `((upstream-name . "antiProfiles")))
|
(properties `((upstream-name . "antiProfiles")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue