me
/
guix
Archived
1
0
Fork 0

gnu: r-cobs: Update to 1.3-7.

* gnu/packages/cran.scm (r-cobs): Update to 1.3-7.

Change-Id: I2f3cdef942b6875e5072b7802871308cff78b090
master
Ricardo Wurmus 2024-02-10 13:02:31 +01:00
parent 016f985740
commit 57e1d9f16f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -22031,14 +22031,14 @@ numbers (e.g. concentrations).")
(define-public r-cobs
(package
(name "r-cobs")
(version "1.3-5")
(version "1.3-7")
(source
(origin
(method url-fetch)
(uri (cran-uri "cobs" version))
(sha256
(base32
"04f6a6gp11p93j2k35mbrfqgjx5qsgi3dj1085a5v5s0z6l7vbkz"))))
"0gz6i8scvfkmg0z7rcqc422dm360xv5ygcxnj6yyvpcpdv7sdp9k"))))
(build-system r-build-system)
(propagated-inputs
(list r-quantreg r-sparsem))