mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-rslurm: Update to 0.6.1.
* gnu/packages/cran.scm (r-rslurm): Update to 0.6.1.
This commit is contained in:
parent
e4e30df8ca
commit
387e6b5129
1 changed files with 2 additions and 2 deletions
|
@ -12272,14 +12272,14 @@ (define-public r-cmdfun
|
|||
(define-public r-rslurm
|
||||
(package
|
||||
(name "r-rslurm")
|
||||
(version "0.6.0")
|
||||
(version "0.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rslurm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fn2na8prsaxa03x5wi3105gpsxc35qvgmik7wy3nylvx4wdfv9g"))))
|
||||
"19451icfh7snjbbmpzpr1hrdf52q8ijv0ag1di3y55r2la3jxxcf"))))
|
||||
(properties `((upstream-name . "rslurm")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-whisker" ,r-whisker)))
|
||||
|
|
Loading…
Reference in a new issue