mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: r-scrypt: Update to 0.1.6.
* gnu/packages/cran.scm (r-scrypt): Update to 0.1.6.
This commit is contained in:
parent
0c727a46f7
commit
3c44209f08
1 changed files with 2 additions and 2 deletions
|
@ -29661,14 +29661,14 @@ (define-public r-scatterpie
|
|||
(define-public r-scrypt
|
||||
(package
|
||||
(name "r-scrypt")
|
||||
(version "0.1.4")
|
||||
(version "0.1.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "scrypt" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12q9d4m7flbvlgssvjh1ga4jswkmqjfshf6pna6qk6v087gmzdsj"))))
|
||||
"11ncpv01a5lgbxl46g07a43ncjp7jdhrrciasxvxc1d56cz26jh1"))))
|
||||
(properties `((upstream-name . "scrypt")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue