mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-muhaz: Update to 1.2.6.3.
* gnu/packages/cran.scm (r-muhaz): Update to 1.2.6.3.
This commit is contained in:
parent
3974902362
commit
f5c72b2cd7
1 changed files with 2 additions and 2 deletions
|
@ -25178,14 +25178,14 @@ (define-public r-nabor
|
||||||
(define-public r-muhaz
|
(define-public r-muhaz
|
||||||
(package
|
(package
|
||||||
(name "r-muhaz")
|
(name "r-muhaz")
|
||||||
(version "1.2.6.1")
|
(version "1.2.6.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "muhaz" version))
|
(uri (cran-uri "muhaz" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08qh43zx6h3yby44q2vxphfvmfdmqxpgyp0734yn341sy9n8pkkk"))))
|
"1lzc8arbpcxgfap3dfsgq8crpp1cxd9qlbrhvyvl79zgpxjqx4q2"))))
|
||||||
(properties `((upstream-name . "muhaz")))
|
(properties `((upstream-name . "muhaz")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue