guix-commits
[Top][All Lists]
Advanced

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

17/98: gnu: r-askpass: Update to 1.2.0.


From: guix-commits
Subject: 17/98: gnu: r-askpass: Update to 1.2.0.
Date: Wed, 13 Sep 2023 18:06:15 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f5bc3727de04cc0398f500b4526cb4dd719943f9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 14 00:04:06 2023 +0200

    gnu: r-askpass: Update to 1.2.0.
    
    * gnu/packages/cran.scm (r-askpass): Update to 1.2.0.
---
 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 d8e407b10c..5952062fba 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3168,14 +3168,14 @@ large-scale hypothesis testing and false discovery rate 
estimation.")
 (define-public r-askpass
   (package
     (name "r-askpass")
-    (version "1.1")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "askpass" version))
        (sha256
         (base32
-         "07q0ik8jzk44vpwh48rr3fnpd7dzsdhjjsl4l850rffv3dyq4h6v"))))
+         "1vrcb69gf5hc8rggc9m7wv19crz5mkl7f08cipy0ykckh6bkc8mr"))))
     (build-system r-build-system)
     (propagated-inputs (list r-sys))
     (home-page "https://github.com/jeroen/askpass";)



reply via email to

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