mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-longdat: Update to 1.1.1.
* gnu/packages/cran.scm (r-longdat): Update to 1.1.1.
This commit is contained in:
parent
7e0db06005
commit
e7c6893684
1 changed files with 2 additions and 2 deletions
|
@ -18934,13 +18934,13 @@ (define-public r-logging
|
|||
(define-public r-longdat
|
||||
(package
|
||||
(name "r-longdat")
|
||||
(version "1.1.0")
|
||||
(version "1.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "LongDat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sqfmdv5agyvlw1y3yiv8kxi1040gq75qj4ln1jgb9lsmhdlfpyd"))))
|
||||
"1k8rl6jv4xzsm620wf373ds6l8fbb5ff07rgbp0bgqrymvwdf1jc"))))
|
||||
(properties `((upstream-name . "LongDat")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-bestnormalize
|
||||
|
|
Loading…
Reference in a new issue