guix-commits
[Top][All Lists]
Advanced

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

121/211: gnu: r-lifecycle: Update to 1.0.2.


From: guix-commits
Subject: 121/211: gnu: r-lifecycle: Update to 1.0.2.
Date: Tue, 20 Sep 2022 06:24:29 -0400 (EDT)

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

commit 4039bd3ca88ca6aae291afe5282d284a0ff248b8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:53:15 2022 +0200

    gnu: r-lifecycle: Update to 1.0.2.
    
    * gnu/packages/cran.scm (r-lifecycle): Update to 1.0.2.
---
 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 5cfae0d942..d3d7779ed9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21812,14 +21812,14 @@ atmospheric physics.")
 (define-public r-lifecycle
   (package
     (name "r-lifecycle")
-    (version "1.0.1")
+    (version "1.0.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "lifecycle" version))
        (sha256
         (base32
-         "183v1z1h037pvsgrj6vakpwhnhsr29hsw8p16k59dgpi00f6x9qx"))))
+         "0qssl9lmfn94kmvcg1xpd4md17jx31i3sdbb77dwas60z673qgvv"))))
     (properties `((upstream-name . "lifecycle")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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