~ruther/guix-local

26312a8f1e0facb0a12b3582678eafb637307ad8 — Ricardo Wurmus 8 months ago 09de77c
gnu: r-getoptlong: Update to 1.1.0.

* gnu/packages/cran.scm (r-getoptlong): Update to 1.1.0.

Change-Id: I20221b19aa67f4e8667fdf2a60de796a341cb6e4
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 16660,14 16660,14 @@ introduces more meaningful reordering for a coupled heatmap visualization.")
(define-public r-getoptlong
  (package
    (name "r-getoptlong")
    (version "1.0.5")
    (version "1.1.0")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "GetoptLong" version))
       (sha256
        (base32
         "00fpm6nd3kqa2ikasxa62jzywi46fvvmx1mdavcp5yrxxn37j8wc"))))
         "02wf2k95mg8rw433iybscbra5aflhwaqfqmjkbargqlqkvm11884"))))
    (properties `((upstream-name . "GetoptLong")))
    (build-system r-build-system)
    (inputs