mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-irkernel: Update to 1.1.
* gnu/packages/cran.scm (r-irkernel): Update to 1.1.
This commit is contained in:
parent
bf3ea5ec5e
commit
96fe120b4e
1 changed files with 2 additions and 2 deletions
|
@ -12419,14 +12419,14 @@ (define-public r-irdisplay
|
||||||
(define-public r-irkernel
|
(define-public r-irkernel
|
||||||
(package
|
(package
|
||||||
(name "r-irkernel")
|
(name "r-irkernel")
|
||||||
(version "1.0.2")
|
(version "1.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
|
||||||
"040qig675zaxsf81ranmvk293amrswi5098k69wyq0vgqyin6vwp"))))
|
"1viqxs91dys1z4cf7gb59rmqvzb8lc7jdp4azrpmhgwa8qf46s94"))))
|
||||||
(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