guix-commits
[Top][All Lists]
Advanced

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

17/79: gnu: r-survey: Update to 4.2-1.


From: guix-commits
Subject: 17/79: gnu: r-survey: Update to 4.2-1.
Date: Tue, 9 May 2023 09:27:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 26fdde288d5b8e779864ebe2e7c6faef30f690d1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 9 14:25:47 2023 +0200

    gnu: r-survey: Update to 4.2-1.
    
    * gnu/packages/cran.scm (r-survey): Update to 4.2-1.
---
 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 39f0b24c33..10a8e807f3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14508,14 +14508,14 @@ console, resulting in an interactive editing 
environment.")
 (define-public r-survey
   (package
     (name "r-survey")
-    (version "4.1-1")
+    (version "4.2-1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "survey" version))
        (sha256
         (base32
-         "0ljsszybzri531q6xab04r6zq11vchfs7y0snjzk57m3g0b9ms05"))))
+         "0l7iml53k2blmcgvbvplln08fn2s6da856m5izcvw87v6bhn2g6c"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-lattice



reply via email to

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