gnu: r-catdap: Update to 1.3.7.

* gnu/packages/cran.scm (r-catdap): Update to 1.3.7.
[propagated-inputs]: Add r-rcolorbrewer.
This commit is contained in:
Ricardo Wurmus 2023-06-03 08:32:01 +02:00
parent c34e0df73e
commit 2ebd2d1050
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10804,15 +10804,17 @@ (define-public r-dynutils
(define-public r-catdap
(package
(name "r-catdap")
(version "1.3.5")
(version "1.3.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "catdap" version))
(sha256
(base32
"0fyhl69z2lznymvpzxra9qvcg85ggzkfjy68c6mzdmf1ja44d2k5"))))
"0z84bx808hy70bkzdda9l42ljh9i9pz07isxq756axi7nr0ky6p9"))))
(build-system r-build-system)
(propagated-inputs
(list r-rcolorbrewer))
(native-inputs
(list gfortran))
(home-page "https://cran.r-project.org/web/packages/catdap/")