mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-airpart: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-airpart): Update to 1.6.0.
This commit is contained in:
parent
fb7a1b340b
commit
f217ff6463
1 changed files with 2 additions and 2 deletions
|
@ -2110,13 +2110,13 @@ objects are used so that other packages could be used as well.")
|
||||||
(define-public r-airpart
|
(define-public r-airpart
|
||||||
(package
|
(package
|
||||||
(name "r-airpart")
|
(name "r-airpart")
|
||||||
(version "1.4.0")
|
(version "1.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "airpart" version))
|
(uri (bioconductor-uri "airpart" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ljankgvgf8rby4z340wxx8v7acs9yz955p3a40jl6y8rz1svc06"))))
|
"07zxv0sjhlajaw4gxpjni14qyyqn70ar8ph5cpibzcky1lx6pmkl"))))
|
||||||
(properties `((upstream-name . "airpart")))
|
(properties `((upstream-name . "airpart")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue