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
(package
(name "r-deriv")
(version "4.1.1")
(version "4.1.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "Deriv" version))
(sha256
(base32
"1fzchsignpb7cpizbf6l8v9k1nkmaf4r4j3mnxz0csl2g2npi1xc"))))
"1j9sh1w9lsnnhlh59g4ghykyfx46rxh380s8imvm7pzna7rw7c64"))))
(properties `((upstream-name . "Deriv")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/Deriv")