mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-lifecycle: Update to 1.0.1.
* gnu/packages/cran.scm (r-lifecycle): Update to 1.0.1.
This commit is contained in:
parent
29f3758be7
commit
4a04eef784
1 changed files with 2 additions and 2 deletions
|
@ -20037,14 +20037,14 @@ (define-public r-insol
|
||||||
(define-public r-lifecycle
|
(define-public r-lifecycle
|
||||||
(package
|
(package
|
||||||
(name "r-lifecycle")
|
(name "r-lifecycle")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "lifecycle" version))
|
(uri (cran-uri "lifecycle" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13hgxk93q9387s8dnqpm8dfx610y0pr76khqksj4kbgj2fr4lcq3"))))
|
"183v1z1h037pvsgrj6vakpwhnhsr29hsw8p16k59dgpi00f6x9qx"))))
|
||||||
(properties `((upstream-name . "lifecycle")))
|
(properties `((upstream-name . "lifecycle")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue