guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: r-openssl: Update to 1.1.


From: Roel Janssen
Subject: 07/09: gnu: r-openssl: Update to 1.1.
Date: Mon, 19 Nov 2018 11:20:47 -0500 (EST)

roelj pushed a commit to branch master
in repository guix.

commit 185663e568994b14700af00fc6e6ae56f5265549
Author: Roel Janssen <address@hidden>
Date:   Mon Nov 19 17:19:15 2018 +0100

    gnu: r-openssl: Update to 1.1.
    
    * gnu/packages/statistics.scm (r-openssl): Update to 1.1.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 0020dd0..9ed01b5 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2300,14 +2300,14 @@ collation, and NAMESPACE files.")
 (define-public r-openssl
   (package
     (name "r-openssl")
-    (version "1.0.2")
+    (version "1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "openssl" version))
        (sha256
         (base32
-         "1djfpnphkcxx8idk5rjfzg8r8dnqsgc0shh2pw8lns5hap2wc5rc"))))
+         "0ldxgcr33lawwr8wp14kdk2678gpkvqkzv6g333bhck1hn6qspzv"))))
     (build-system r-build-system)
     (inputs
      `(("libressl" ,libressl)))



reply via email to

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