me
/
guix
Archived
1
0
Fork 0

gnu: r-getopt: Update to 1.20.4.

* gnu/packages/cran.scm (r-getopt): Update to 1.20.4.
master
Ricardo Wurmus 2023-10-05 13:34:45 +02:00
parent f7d86f00e1
commit d1884a7225
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13634,14 +13634,14 @@ Venn diagram, heatmap).")
(define-public r-getopt
(package
(name "r-getopt")
(version "1.20.3")
(version "1.20.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "getopt" version))
(sha256
(base32
"0zzmzgwl9a4y3s34600vmih22d6y32294f9bvxrnmffnvkgmy7sk"))))
"12qy48adnibfi9rpv5qd8k3hipbc4q85514dsz0xnhdsdnz6rlw7"))))
(build-system r-build-system)
(home-page "https://github.com/trevorld/getopt")
(synopsis "Command-line option processor for R")