guix-commits
[Top][All Lists]
Advanced

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

106/211: gnu: r-aplot: Update to 0.1.7.


From: guix-commits
Subject: 106/211: gnu: r-aplot: Update to 0.1.7.
Date: Tue, 20 Sep 2022 06:24:26 -0400 (EDT)

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

commit 3b751bce5bfc477d9cb2e097d25ff844bb8fb751
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:53:11 2022 +0200

    gnu: r-aplot: Update to 0.1.7.
    
    * gnu/packages/cran.scm (r-aplot): Update to 0.1.7.
---
 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 e252ae2810..9f47d6c13c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20253,14 +20253,14 @@ external dependencies.  This package has is 
implemented purely in R.")
 (define-public r-aplot
   (package
     (name "r-aplot")
-    (version "0.1.6")
+    (version "0.1.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "aplot" version))
        (sha256
         (base32
-         "0310z9db2r8vr4053vy6w4rbcqhg5cv56p60rk7dh4y6ifbd2sbx"))))
+         "05l6pvhrl715xgdy7qmw6lyxigv9qn90ms3vf7awip8sdmghy9gn"))))
     (properties `((upstream-name . "aplot")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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