mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
gnu: r-nodbi: Update to 0.10.5.
* gnu/packages/cran.scm (r-nodbi): Update to 0.10.5. Change-Id: I6f949c97692776a6ad28be3c073442cb5b224d84
This commit is contained in:
parent
874da11281
commit
95adf8fef7
1 changed files with 2 additions and 2 deletions
|
@ -15393,13 +15393,13 @@ (define-public r-sjmisc
|
||||||
(define-public r-nodbi
|
(define-public r-nodbi
|
||||||
(package
|
(package
|
||||||
(name "r-nodbi")
|
(name "r-nodbi")
|
||||||
(version "0.10.4")
|
(version "0.10.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "nodbi" version))
|
(uri (cran-uri "nodbi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q4nsxic1jlraipdc6zi711c3316n9wgq1cgbywhjlxb52qhkmd7"))))
|
"0cbwzclym2r28d1m662sg6krkpczsmpzigjzp3fhkkd7j7i1w9yi"))))
|
||||||
(properties `((upstream-name . "nodbi")))
|
(properties `((upstream-name . "nodbi")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue