mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -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
|
||||
(package
|
||||
(name "r-antiprofiles")
|
||||
(version "1.42.0")
|
||||
(version "1.44.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "antiProfiles" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14lzyq08gnm9r99xwaqh50sz0dwzhmiyyylkg239dlbw80zmv404"))))
|
||||
"0p2fhxzgn877mic2yv1sgcidgm74z8hxa3hdaawgvhhvi2j6v8wa"))))
|
||||
(properties `((upstream-name . "antiProfiles")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue