gnu: r-getoptlong: Update to 1.0.2.

* gnu/packages/cran.scm (r-getoptlong): Update to 1.0.2.
This commit is contained in:
Ricardo Wurmus 2020-07-10 17:49:32 +02:00
parent 1b5c263bfc
commit 1fdd9ebf77
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2261,14 +2261,14 @@ (define-public r-dendextend
(define-public r-getoptlong
(package
(name "r-getoptlong")
(version "1.0.0")
(version "1.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "GetoptLong" version))
(sha256
(base32
"1fswgy5j4xaipqs7nk7nzrl66vrchhxrk0w7hcsbyij3sxgn3z9j"))))
"1p89v2qzqfxyrmqzkv245716n9i4bllnq77a6gw811mgdhxbd51l"))))
(properties `((upstream-name . "GetoptLong")))
(build-system r-build-system)
(inputs