me
/
guix
Archived
1
0
Fork 0

gnu: r-qgam: Update to 1.3.4.

* gnu/packages/cran.scm (r-qgam): Update to 1.3.4.
master
Ricardo Wurmus 2022-01-05 19:34:26 +01:00
parent ba180e885c
commit d094209286
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -20260,14 +20260,14 @@ included.")
(define-public r-qgam
(package
(name "r-qgam")
(version "1.3.3")
(version "1.3.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "qgam" version))
(sha256
(base32
"0vx2wf3rqc3j8i0870xrwxndkbgza0nnh7f0yxi8h67lfi7gws4s"))))
"1jyamamdffaks89rspyhmg18b4iik0nb1j0vgqzvfnm890514cvn"))))
(properties `((upstream-name . "qgam")))
(build-system r-build-system)
(propagated-inputs