me
/
guix
Archived
1
0
Fork 0

gnu: r-weights: Update to 1.0.1.

* gnu/packages/cran.scm (r-weights): Update to 1.0.1.
master
Ricardo Wurmus 2020-02-19 21:13:07 +01:00
parent 7bc252902d
commit 969c933fb9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9164,14 +9164,14 @@ al. (2016)).")
(define-public r-weights
(package
(name "r-weights")
(version "1.0")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "weights" version))
(sha256
(base32
"0186bfpkhxngrshac6bpg37alp6slwhwd43inrm8hqg0vhpfgc4c"))))
"1ka2kvzg464vn80qziqy4mrciy9wwd3jfasgq0d33wbiblhmxkj5"))))
(build-system r-build-system)
(propagated-inputs
`(("r-gdata" ,r-gdata)