gnu: r-getoptlong: Update to 0.1.8.

* gnu/packages/cran.scm (r-getoptlong): Update to 0.1.8.
This commit is contained in:
Ricardo Wurmus 2020-01-16 05:40:17 +01:00
parent af67eba5bf
commit e899ef31c9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1941,14 +1941,14 @@ (define-public r-dendextend
(define-public r-getoptlong
(package
(name "r-getoptlong")
(version "0.1.7")
(version "0.1.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "GetoptLong" version))
(sha256
(base32
"1fl3w2n602ldybc5qj7qw4xmzzb804bsjkqwf6dswzj0vf0qiadr"))))
"1l8xkvyl152bsyvxazsvx2sm1vkygn75x0lsg3sbg7xp6drdn3kc"))))
(properties `((upstream-name . "GetoptLong")))
(build-system r-build-system)
(inputs