mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01: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
|
(define-public r-mixsqp
|
||||||
(package
|
(package
|
||||||
(name "r-mixsqp")
|
(name "r-mixsqp")
|
||||||
(version "0.3-43")
|
(version "0.3-48")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "mixsqp" version))
|
(uri (cran-uri "mixsqp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qics04w0swyp216d6g8dmsph8q2kpadpacp66h2qih3521js12q"))))
|
"02cjg33m5iqziyy0xi11wvbm5qnlgfy51r1dbpjzyhqsrv1dfx48"))))
|
||||||
(properties `((upstream-name . "mixsqp")))
|
(properties `((upstream-name . "mixsqp")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue