me
/
guix
Archived
1
0
Fork 0

gnu: r-argon2: Update to 0.4-0.

* gnu/packages/cran.scm (r-argon2): Update to 0.4-0.
master
Ricardo Wurmus 2021-11-23 15:23:30 +01:00
parent 823115c7f7
commit f990587ba1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -25375,14 +25375,14 @@ service. Functions are provided to work with the OAI-PMH verbs:
(define-public r-argon2
(package
(name "r-argon2")
(version "0.2-0")
(version "0.4-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "argon2" version))
(sha256
(base32
"0kqn06rpb39jlzizjlnc5c44mfic8llrshxn7ljgmyj35lbqwxqh"))))
"09hzl0wz0lw2v7g64rdv0lij2hq36zl37a6rmxwvinmjdzijcsyw"))))
(properties `((upstream-name . "argon2")))
(build-system r-build-system)
(home-page "https://github.com/wrathematics/argon2")