guix-commits
[Top][All Lists]
Advanced

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

09/20: gnu: r-graphlayouts: Update to 0.7.0.


From: guix-commits
Subject: 09/20: gnu: r-graphlayouts: Update to 0.7.0.
Date: Thu, 30 Apr 2020 09:37:32 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d7a29bd586bf4d8f7af926ef9287f4e88890ff2e
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Apr 30 15:26:24 2020 +0200

    gnu: r-graphlayouts: Update to 0.7.0.
    
    * gnu/packages/cran.scm (r-graphlayouts): Update to 0.7.0.
---
 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 1eddb45..92902d0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16055,14 +16055,14 @@ be used further by e.g. graphic devices.")
 (define-public r-graphlayouts
   (package
     (name "r-graphlayouts")
-    (version "0.6.0")
+    (version "0.7.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "graphlayouts" version))
        (sha256
         (base32
-         "1la016m37kp79zk8p1yx9kaha8y6d4w52w39h0mzv1mfsi6d75w0"))))
+         "17lc75k8i3c696hfj44zj7j1a5sb0nap8spc5r98v7vd6xh4nii0"))))
     (properties `((upstream-name . "graphlayouts")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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