mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 10:09:15 -05:00
gnu: r-prodlim: Update to 2024.06.25.
* gnu/packages/cran.scm (r-prodlim): Update to 2024.06.25. Change-Id: Iaec1199647ad91bdb17167af7168ada354021568
This commit is contained in:
parent
e11b44820e
commit
bbee641ce9
1 changed files with 2 additions and 2 deletions
|
@ -9241,14 +9241,14 @@ (define-public r-drr
|
||||||
(define-public r-prodlim
|
(define-public r-prodlim
|
||||||
(package
|
(package
|
||||||
(name "r-prodlim")
|
(name "r-prodlim")
|
||||||
(version "2023.08.28")
|
(version "2024.06.25")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "prodlim" version))
|
(uri (cran-uri "prodlim" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s2xalxfq2q6a9ssz01vzpldpa98q3cl5icap0k2xr5v72gj40l0"))))
|
"0r3780j04wy3ihrhvfm3qcwa9xjrxl43bcllzzq7xaki85jiz5j6"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-data-table
|
(list r-data-table
|
||||||
|
|
Loading…
Reference in a new issue