gnu: r-getoptlong: Update to 0.1.7.
* gnu/packages/cran.scm (r-getoptlong): Update to 0.1.7.
This commit is contained in:
parent
7b60ab3df7
commit
5fa9be1118
|
@ -682,14 +682,14 @@ compare different dendrograms to one another.")
|
||||||
(define-public r-getoptlong
|
(define-public r-getoptlong
|
||||||
(package
|
(package
|
||||||
(name "r-getoptlong")
|
(name "r-getoptlong")
|
||||||
(version "0.1.6")
|
(version "0.1.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "GetoptLong" version))
|
(uri (cran-uri "GetoptLong" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d98gcvlvp9nz5lbnzr0kkpc2hbkx74hlhrnybqhg1gdwc3g09pm"))))
|
"1fl3w2n602ldybc5qj7qw4xmzzb804bsjkqwf6dswzj0vf0qiadr"))))
|
||||||
(properties `((upstream-name . "GetoptLong")))
|
(properties `((upstream-name . "GetoptLong")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue