guix-commits
[Top][All Lists]
Advanced

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

31/96: gnu: r-findpython: Update to 1.0.7.


From: guix-commits
Subject: 31/96: gnu: r-findpython: Update to 1.0.7.
Date: Wed, 10 Feb 2021 19:06:31 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 53431e3b7036a9eb3b59473cc84bbb1d0de25d61
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 00:53:35 2021 +0100

    gnu: r-findpython: Update to 1.0.7.
    
    * gnu/packages/cran.scm (r-findpython): Update to 1.0.7.
---
 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 dedac75..73c981a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8132,14 +8132,14 @@ support for default values, positional argument 
support, etc.")
 (define-public r-findpython
   (package
     (name "r-findpython")
-    (version "1.0.5")
+    (version "1.0.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "findpython" version))
        (sha256
         (base32
-         "0icifm4z6hhpmcjrg75a875iph0ci890ss02kdv3725pijc236iy"))))
+         "0jf10jpqla90x03kl3k77gnd255zmw9rvr8d724vb17cqawh9yar"))))
     (build-system r-build-system)
     (home-page "https://github.com/trevorld/findpython";)
     (synopsis "Functions to find an acceptable Python binary")



reply via email to

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