mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: r-cobs: Update to 1.3-4.
* gnu/packages/cran.scm (r-cobs): Update to 1.3-4.
This commit is contained in:
parent
88bdfd704b
commit
107c14ba84
1 changed files with 2 additions and 2 deletions
|
@ -12021,14 +12021,14 @@ (define-public r-compositions
|
|||
(define-public r-cobs
|
||||
(package
|
||||
(name "r-cobs")
|
||||
(version "1.3-3")
|
||||
(version "1.3-4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "cobs" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pqvz7czcchri4x79g78hbwyagb3bqzdqb047zkbdinyz067c7kb"))))
|
||||
"0hiw5smk6kgk0gb9840kcqkhkybl7n30s77xhjc395x09izbgix1"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-quantreg" ,r-quantreg)
|
||||
|
|
Loading…
Reference in a new issue