me
/
guix
Archived
1
0
Fork 0

gnu: r-smoother: Update to 1.3.

* gnu/packages/cran.scm (r-smoother): Update to 1.3.

Change-Id: Ia428b5c8c2896cfdae1445d0dbbe19e75c23ac77
master
Ricardo Wurmus 2024-04-09 18:45:31 +02:00
parent e5acdf788b
commit 560a720df1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12624,14 +12624,14 @@ regression and information measures are implemented.")
(define-public r-smoother
(package
(name "r-smoother")
(version "1.1")
(version "1.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "smoother" version))
(sha256
(base32
"0nqr1bvlr5bnasqg74zmknjjl4x28kla9h5cxpga3kq5z215pdci"))))
"0xw28qv8f5i05ajx32njnql6hql5njqyc47wcq6c75cxiv44ppz8"))))
(build-system r-build-system)
(propagated-inputs
(list r-ttr))