me
/
guix
Archived
1
0
Fork 0

gnu: r-smurf: Update to 1.1.3.

* gnu/packages/cran.scm (r-smurf): Update to 1.1.3.
master
Ricardo Wurmus 2022-11-04 08:23:19 +01:00
parent 0091c4bee4
commit a42a9931d6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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