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:
Ricardo Wurmus 2024-04-17 17:47:57 +02:00
parent c27ec1b7be
commit 8e686a48e6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))