mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-getoptlong: Update to 1.0.4.
* gnu/packages/cran.scm (r-getoptlong): Update to 1.0.4.
This commit is contained in:
parent
a4b4cf773d
commit
bfa71b5bbf
1 changed files with 2 additions and 2 deletions
|
@ -2416,14 +2416,14 @@ (define-public r-dendextend
|
|||
(define-public r-getoptlong
|
||||
(package
|
||||
(name "r-getoptlong")
|
||||
(version "1.0.3")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "GetoptLong" version))
|
||||
(sha256
|
||||
(base32
|
||||
"142gi3ifpcz1rhqrbw4wh326jn2q61s659wkzf92ys4dybs43dky"))))
|
||||
"0l9pa9dx8pcg3j7jn4b9k98g7r5vdsvnmf6apnifzm57mc0vlkg6"))))
|
||||
(properties `((upstream-name . "GetoptLong")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue