mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-mixsqp: Update to 0.3-48.
* gnu/packages/cran.scm (r-mixsqp): Update to 0.3-48.
This commit is contained in:
parent
89062a8cd0
commit
ff44892340
1 changed files with 2 additions and 2 deletions
|
@ -12731,13 +12731,13 @@ (define-public r-mitools
|
|||
(define-public r-mixsqp
|
||||
(package
|
||||
(name "r-mixsqp")
|
||||
(version "0.3-43")
|
||||
(version "0.3-48")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mixsqp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qics04w0swyp216d6g8dmsph8q2kpadpacp66h2qih3521js12q"))))
|
||||
"02cjg33m5iqziyy0xi11wvbm5qnlgfy51r1dbpjzyhqsrv1dfx48"))))
|
||||
(properties `((upstream-name . "mixsqp")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue