gnu: r-deriv: Update to 4.1.2.

* gnu/packages/cran.scm (r-deriv): Update to 4.1.2.
This commit is contained in:
Ricardo Wurmus 2021-01-20 17:09:29 +01:00
parent dc27771199
commit 75f6c5584f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7777,14 +7777,14 @@ (define-public r-orddom
(define-public r-deriv (define-public r-deriv
(package (package
(name "r-deriv") (name "r-deriv")
(version "4.1.1") (version "4.1.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "Deriv" version)) (uri (cran-uri "Deriv" version))
(sha256 (sha256
(base32 (base32
"1fzchsignpb7cpizbf6l8v9k1nkmaf4r4j3mnxz0csl2g2npi1xc")))) "1j9sh1w9lsnnhlh59g4ghykyfx46rxh380s8imvm7pzna7rw7c64"))))
(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")