gnu: r-suppdists: Update to 1.1-9.5.

* gnu/packages/cran.scm (r-suppdists): Update to 1.1-9.5.
This commit is contained in:
Ricardo Wurmus 2020-01-16 05:40:44 +01:00
parent 3b3c13870d
commit e931661af8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2552,14 +2552,14 @@ (define-public r-energy
(define-public r-suppdists
(package
(name "r-suppdists")
(version "1.1-9.4")
(version "1.1-9.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "SuppDists" version))
(sha256
(base32
"1ffx8wigqqvz2pnh06jjc0fnf4vq9z2rhwk2y3f9aszn18ap3dgw"))))
"01j6p94m1g363nph2158fq2rmd6z3h5dvcv6aidh2d6syw131xak"))))
(properties `((upstream-name . "SuppDists")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/SuppDists")