guix-commits
[Top][All Lists]
Advanced

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

101/185: gnu: r-aplot: Update to 0.2.3.


From: guix-commits
Subject: 101/185: gnu: r-aplot: Update to 0.2.3.
Date: Tue, 2 Jul 2024 09:28:04 -0400 (EDT)

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

commit 6f0afbd6115d8778b718347843f4d37fe0e49f8d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 14:58:44 2024 +0200

    gnu: r-aplot: Update to 0.2.3.
    
    * gnu/packages/cran.scm (r-aplot): Update to 0.2.3.
    
    Change-Id: I3871ec2347f47ec97650c18811fb8d86cf3065b9
---
 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 59b30dc52d..d2e85d1f2c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26436,14 +26436,14 @@ external dependencies.  This package has is 
implemented purely in R.")
 (define-public r-aplot
   (package
     (name "r-aplot")
-    (version "0.2.2")
+    (version "0.2.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "aplot" version))
        (sha256
         (base32
-         "094bzrcjybs2dk2plmxf80mbx9dz1hi5m7gp8bbs5qqh03xn7wf7"))))
+         "0shd66q2hagddc0nd96lljin0nyqwp1qq4b485r3z4wr042n5c0z"))))
     (properties `((upstream-name . "aplot")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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