guix-commits
[Top][All Lists]
Advanced

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

52/125: gnu: r-ouch: Update to 2.16.


From: guix-commits
Subject: 52/125: gnu: r-ouch: Update to 2.16.
Date: Tue, 4 May 2021 01:33:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 81e81183a6726eef8635b858e7e011c784c213a1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:11 2021 +0200

    gnu: r-ouch: Update to 2.16.
    
    * gnu/packages/cran.scm (r-ouch): Update to 2.16.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c82b642..df4cf8b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11668,14 +11668,14 @@ circular variables).")
 (define-public r-ouch
   (package
     (name "r-ouch")
-    (version "2.15-1")
+    (version "2.16")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ouch" version))
        (sha256
         (base32
-         "0myddn3b28pswyk42kvwhyvkj30q41f677vpxclxacdfkhgvrj6q"))))
+         "17y7qksp9v4jkr4h1psg14y3ridwhi4mgkfm0a02paabhwjc8d96"))))
     (build-system r-build-system)
     (propagated-inputs `(("r-subplex" ,r-subplex)))
     (home-page "https://kingaa.github.io/ouch/";)



reply via email to

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