gnu: r-smurf: Update to 1.1.3.
* gnu/packages/cran.scm (r-smurf): Update to 1.1.3.
This commit is contained in:
parent
0091c4bee4
commit
a42a9931d6
1 changed files with 2 additions and 2 deletions
|
@ -6509,13 +6509,13 @@ and density estimation")
|
||||||
(define-public r-smurf
|
(define-public r-smurf
|
||||||
(package
|
(package
|
||||||
(name "r-smurf")
|
(name "r-smurf")
|
||||||
(version "1.1.2")
|
(version "1.1.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "smurf" version))
|
(uri (cran-uri "smurf" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00q54pg42anilhcshhjvv277mkszbpzpkf1g7srs7cjd5skjvsaf"))))
|
"0n99dzsb17r0a6d8nkijfg6rdvvc2g4pard2dnmyjq0p69j3f3gb"))))
|
||||||
(properties `((upstream-name . "smurf")))
|
(properties `((upstream-name . "smurf")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue