guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: r-proxy: Update to 0.4-22.


From: Tobias Geerinckx-Rice
Subject: 03/08: gnu: r-proxy: Update to 0.4-22.
Date: Tue, 17 Apr 2018 18:58:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e7c4ad7d246284582c8b431081f848c5866ae4aa
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Apr 17 05:20:01 2018 +0200

    gnu: r-proxy: Update to 0.4-22.
    
    * gnu/packages/cran.scm (r-proxy): Update to 0.4-22.
---
 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 a44cc6e..77248f0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -871,14 +871,14 @@ plot networks.")
 (define-public r-proxy
   (package
     (name "r-proxy")
-    (version "0.4-21")
+    (version "0.4-22")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "proxy" version))
        (sha256
         (base32
-         "1vih8gsfzv97h5c8ixd1qjnn02i7fzla2p9fdj2wpisqhx0p0xv0"))))
+         "0l0ff8irmmvic941is290hd5vszyhaj5nfwna4v3w9c1zk5nr1ma"))))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/proxy";)
     (synopsis "Distance and similarity measures")



reply via email to

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