me
/
guix
Archived
1
0
Fork 0

gnu: r-desolve: Update to 1.35.

* gnu/packages/cran.scm (r-desolve): Update to 1.35.
master
Ricardo Wurmus 2023-03-19 14:44:36 +01:00
parent fba9954192
commit 619010805e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -24565,13 +24565,13 @@ programming problems.")
(define-public r-desolve
(package
(name "r-desolve")
(version "1.34")
(version "1.35")
(source
(origin
(method url-fetch)
(uri (cran-uri "deSolve" version))
(sha256
(base32 "08czbjvq07ax6q3k303w37q8lq50547cdx7yhp32mqnx8igk0m12"))))
(base32 "126l473wvmy7zsm34alskwigbf85dn657hsnzy24yx8kfx4pzwcn"))))
(properties `((upstream-name . "deSolve")))
(build-system r-build-system)
(native-inputs