me
/
guix
Archived
1
0
Fork 0

gnu: r-getoptlong: Update to 1.0.2.

* gnu/packages/cran.scm (r-getoptlong): Update to 1.0.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

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