mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: r-activity: Update to 1.3.4.
* gnu/packages/cran.scm (r-activity): Update to 1.3.4.
This commit is contained in:
parent
ab2d831a0e
commit
03de1715ea
1 changed files with 2 additions and 2 deletions
|
@ -17553,14 +17553,14 @@ (define-public r-circular
|
|||
(define-public r-activity
|
||||
(package
|
||||
(name "r-activity")
|
||||
(version "1.3.3")
|
||||
(version "1.3.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "activity" version))
|
||||
(sha256
|
||||
(base32
|
||||
"056dnhwc781ykgsmm2jaqxd15bckdxhbvxws6gjcrkvn4yimwgmh"))))
|
||||
"10gp2yvqxz5ysmh5z8qvrpli8kc2kn2z3nd2llfabpyh21476in2"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-pbapply))
|
||||
|
|
Loading…
Reference in a new issue