mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: r-irkernel: Update to 1.3.1.
* gnu/packages/cran.scm (r-irkernel): Update to 1.3.1.
This commit is contained in:
parent
725806a2f0
commit
aeee068f57
1 changed files with 2 additions and 2 deletions
|
@ -18189,14 +18189,14 @@ (define-public r-irdisplay
|
||||||
(define-public r-irkernel
|
(define-public r-irkernel
|
||||||
(package
|
(package
|
||||||
(name "r-irkernel")
|
(name "r-irkernel")
|
||||||
(version "1.3")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "IRkernel" version))
|
(uri (cran-uri "IRkernel" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00qrmsywpzw2hfp88020zjaijma7q4hqm9h2cz53rywdjzywnzss"))))
|
"03343ds7sprql1c6h41dibk40rc3225mzxca452ns967fyhy71ii"))))
|
||||||
(properties `((upstream-name . "IRkernel")))
|
(properties `((upstream-name . "IRkernel")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue