gnu: r-deriv: Update to 4.1.3.
* gnu/packages/cran.scm (r-deriv): Update to 4.1.3.master
parent
111400674f
commit
c1037edc89
|
@ -8549,14 +8549,14 @@ Group (Non-)Overlap considerations.")
|
||||||
(define-public r-deriv
|
(define-public r-deriv
|
||||||
(package
|
(package
|
||||||
(name "r-deriv")
|
(name "r-deriv")
|
||||||
(version "4.1.2")
|
(version "4.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Deriv" version))
|
(uri (cran-uri "Deriv" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j9sh1w9lsnnhlh59g4ghykyfx46rxh380s8imvm7pzna7rw7c64"))))
|
"130g3mv0z9sqs6y23a0a94512iiw05yr6fp378vhdxxbignzbnyv"))))
|
||||||
(properties `((upstream-name . "Deriv")))
|
(properties `((upstream-name . "Deriv")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/Deriv")
|
(home-page "https://cran.r-project.org/web/packages/Deriv")
|
||||||
|
|
Reference in New Issue