mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-getpass: Update to 0.2-4.
* gnu/packages/cran.scm (r-getpass): Update to 0.2-4. Change-Id: Ibcf530e50cd3f252abb3f861d598d4fe6870bb0e
This commit is contained in:
parent
c525635e65
commit
e0520bd6b2
1 changed files with 2 additions and 2 deletions
|
@ -32632,14 +32632,14 @@ (define-public r-argon2
|
|||
(define-public r-getpass
|
||||
(package
|
||||
(name "r-getpass")
|
||||
(version "0.2-2")
|
||||
(version "0.2-4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "getPass" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03ydafhh0sk3rcnpr3paajyji64x2ddp6p814p9mvbmyrblcgzcc"))))
|
||||
"0a0q9v29z49s1iprs5di01wlflxj74sbizwsrzjfc538nkwfpnqm"))))
|
||||
(properties `((upstream-name . "getPass")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue