guix-commits
[Top][All Lists]
Advanced

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

111/218: gnu: r-aplot: Update to 0.1.8.


From: guix-commits
Subject: 111/218: gnu: r-aplot: Update to 0.1.8.
Date: Fri, 4 Nov 2022 05:14:49 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 637c6a6f93e921d5cb4b096c1618883352a19d0e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 4 09:58:40 2022 +0100

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



reply via email to

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