guix-commits
[Top][All Lists]
Advanced

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

36/73: gnu: r-tidyposterior: Update to 1.0.0.


From: guix-commits
Subject: 36/73: gnu: r-tidyposterior: Update to 1.0.0.
Date: Sat, 2 Jul 2022 10:55:55 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 27f019eb73565fbc3ab483ca165f1681fc4a45e2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 1 15:30:07 2022 +0200

    gnu: r-tidyposterior: Update to 1.0.0.
    
    * gnu/packages/cran.scm (r-tidyposterior): Update to 1.0.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 b2c3fad91d..7aa8d574d7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28789,14 +28789,14 @@ results.")
 (define-public r-tidyposterior
   (package
     (name "r-tidyposterior")
-    (version "0.1.0")
+    (version "1.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tidyposterior" version))
        (sha256
         (base32
-         "1h1664sjrg6akph6nrk8ynn2kjiswv6gshy35gamam1h4axf6wah"))))
+         "19cyyhh417i5xcchb8kq3iycaf4y7aznr7y9r004h2k2vk3svc86"))))
     (properties `((upstream-name . "tidyposterior")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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