mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 17:46:43 +01:00
gnu: r-baseline: Update to 1.3-5.
* gnu/packages/cran.scm (r-baseline): Update to 1.3-5. Change-Id: I890681dbda6057b085049c7eb311619b953433df
This commit is contained in:
parent
e6825ebf0f
commit
a576f5b8df
1 changed files with 2 additions and 2 deletions
|
@ -11568,13 +11568,13 @@ (define-public r-base64url
|
||||||
(define-public r-baseline
|
(define-public r-baseline
|
||||||
(package
|
(package
|
||||||
(name "r-baseline")
|
(name "r-baseline")
|
||||||
(version "1.3-4")
|
(version "1.3-5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "baseline" version))
|
(uri (cran-uri "baseline" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kl68zvyi2zd73jy3axrvrymwn4y6l4pd62nz0fciwbgkjhz3yyx"))))
|
"0l0llb3pi89ixkpvfg5vbvwwv3gzldf0g98rrd3vkm7q26rqmmd2"))))
|
||||||
(properties `((upstream-name . "baseline")))
|
(properties `((upstream-name . "baseline")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue