mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-pathview: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-pathview): Update to 1.36.0.
This commit is contained in:
parent
c8f930d575
commit
c784304f9b
1 changed files with 2 additions and 2 deletions
|
@ -14979,13 +14979,13 @@ (define-public r-spp
|
|||
(define-public r-pathview
|
||||
(package
|
||||
(name "r-pathview")
|
||||
(version "1.34.0")
|
||||
(version "1.36.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "pathview" version))
|
||||
(sha256
|
||||
(base32 "1jdl81lvrsz03b1nws90nssf2clipipzaqvwm1pq57mvshnlnkjr"))))
|
||||
(base32 "1472k107f21cflbx2fip92g8gl9wlwxgwfvgvl73ma0y0jzs0qdq"))))
|
||||
(properties `((upstream-name . "pathview")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue