mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: r-promises: Update to 1.1.0.
* gnu/packages/cran.scm (r-promises): Update to 1.1.0.
This commit is contained in:
parent
ab99236eba
commit
2e6ccd6c2d
1 changed files with 2 additions and 2 deletions
|
@ -5377,14 +5377,14 @@ (define-public r-later
|
||||||
(define-public r-promises
|
(define-public r-promises
|
||||||
(package
|
(package
|
||||||
(name "r-promises")
|
(name "r-promises")
|
||||||
(version "1.0.1")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "promises" version))
|
(uri (cran-uri "promises" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n2mlv6bvfb4yhgcml696l9vkbw21pz0smqylivr606z99rwgny2"))))
|
"01l0ydjvvy6afcg5d6pzvk1ikd3djq8n2flv8c831ksn68z0zsn8"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-later" ,r-later)
|
`(("r-later" ,r-later)
|
||||||
|
|
Loading…
Reference in a new issue