mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-optparse: Update to 1.7.5.
* gnu/packages/cran.scm (r-optparse): Update to 1.7.5. Change-Id: I7154363b719df7595e6c213b7dedb0ea9f65401c
This commit is contained in:
parent
c27ec1b7be
commit
8e686a48e6
1 changed files with 2 additions and 2 deletions
|
@ -24242,14 +24242,14 @@ (define-public r-options
|
|||
(define-public r-optparse
|
||||
(package
|
||||
(name "r-optparse")
|
||||
(version "1.7.4")
|
||||
(version "1.7.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "optparse" version))
|
||||
(sha256
|
||||
(base32
|
||||
"122x490161f836l7mmd021dpylz50qrqdhjcgvkd8wpsjijxd8lk"))))
|
||||
"04jp85jik1zkbb08w44m2h0hqyzd80w4pjnfp1lnwy40ax81gj8c"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-getopt))
|
||||
|
|
Loading…
Reference in a new issue