me
/
guix
Archived
1
0
Fork 0

gnu: r-deriv: Update to 4.1.3.

* gnu/packages/cran.scm (r-deriv): Update to 4.1.3.
master
Ricardo Wurmus 2021-03-09 21:39:16 +01:00
parent 111400674f
commit c1037edc89
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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")