guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/32: gnu: r-getopt: Update to 1.20.1.


From: Ricardo Wurmus
Subject: 20/32: gnu: r-getopt: Update to 1.20.1.
Date: Thu, 30 Nov 2017 11:30:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d2081a17ed42f1bbae6682d944f4fbfb42ca2432
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 30 16:53:14 2017 +0100

    gnu: r-getopt: Update to 1.20.1.
    
    * gnu/packages/bioinformatics.scm (r-getopt): Update to 1.20.1.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 96b22e4..56134e1 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6763,14 +6763,14 @@ checks on R packages that are to be submitted to the 
Bioconductor repository.")
 (define-public r-getopt
   (package
     (name "r-getopt")
-    (version "1.20.0")
+    (version "1.20.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "getopt" version))
        (sha256
         (base32
-         "00f57vgnzmg7cz80rjmjz1556xqcmx8nhrlbbhaq4w7gl2ibl87r"))))
+         "0m463mcvixh54i3ng42n0vxmdlf97dgbfs2sf9wnjm782ddw68hm"))))
     (build-system r-build-system)
     (home-page "https://github.com/trevorld/getopt";)
     (synopsis "Command-line option processor for R")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]