gnu: r-smurf: Update to 1.1.4.

* gnu/packages/cran.scm (r-smurf): Update to 1.1.4.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:18 +01:00
parent e91463c9ac
commit e9048fb209
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7249,13 +7249,13 @@ and density estimation")
(define-public r-smurf
(package
(name "r-smurf")
(version "1.1.3")
(version "1.1.4")
(source (origin
(method url-fetch)
(uri (cran-uri "smurf" version))
(sha256
(base32
"0n99dzsb17r0a6d8nkijfg6rdvvc2g4pard2dnmyjq0p69j3f3gb"))))
"09a56ayqnnal1h5xxnh4pcn0zyi1kg2fj40y872n4jcnbl8xcvbi"))))
(properties `((upstream-name . "smurf")))
(build-system r-build-system)
(propagated-inputs