guix-commits
[Top][All Lists]
Advanced

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

82/125: gnu: r-scatterpie: Update to 0.1.6.


From: guix-commits
Subject: 82/125: gnu: r-scatterpie: Update to 0.1.6.
Date: Tue, 4 May 2021 01:33:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7ac6dd640324de20a342af2b8677414238036543
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:17 2021 +0200

    gnu: r-scatterpie: Update to 0.1.6.
    
    * gnu/packages/cran.scm (r-scatterpie): Update to 0.1.6.
---
 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 db162d2..540179a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24358,14 +24358,14 @@ multi-state models.")
 (define-public r-scatterpie
   (package
     (name "r-scatterpie")
-    (version "0.1.5")
+    (version "0.1.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "scatterpie" version))
        (sha256
         (base32
-         "0h48l0699lpfagv09f53yismir84945m56qwzk52lc7wxyvkfcp1"))))
+         "1lilzybbxqhrjpwwf9050wf5f896pn5d93llp5da7ssrcn5bm9i8"))))
     (properties `((upstream-name . "scatterpie")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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