mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-abseqr: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-abseqr): Update to 1.26.0. Change-Id: I7aa74814374744be512c1bab13b8b70f5664def5
This commit is contained in:
parent
71cb0563ed
commit
fde2e546ad
1 changed files with 2 additions and 2 deletions
|
@ -19492,14 +19492,14 @@ Affymetrix arrays.")
|
||||||
(define-public r-abseqr
|
(define-public r-abseqr
|
||||||
(package
|
(package
|
||||||
(name "r-abseqr")
|
(name "r-abseqr")
|
||||||
(version "1.24.0")
|
(version "1.26.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "abseqR" version))
|
(uri (bioconductor-uri "abseqR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d52aiix3pixhcr6pjmz48p4wkcik4cwpbq4fhngv48y1sgd5d8i"))))
|
"09d1jd35q6sc5f807hlc65nmglyv34zsicciwbr4s80dgn6i0qih"))))
|
||||||
(properties `((upstream-name . "abseqR")))
|
(properties `((upstream-name . "abseqR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue