guix-commits
[Top][All Lists]
Advanced

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

65/115: gnu: r-graphlayouts: Update to 0.7.2.


From: guix-commits
Subject: 65/115: gnu: r-graphlayouts: Update to 0.7.2.
Date: Tue, 23 Nov 2021 10:26:55 -0500 (EST)

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

commit 5036e621585ef684eca8bb02822891f4cc0a4acf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 15:23:27 2021 +0100

    gnu: r-graphlayouts: Update to 0.7.2.
    
    * gnu/packages/cran.scm (r-graphlayouts): Update to 0.7.2.
---
 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 a27288d..fb5c364 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19842,14 +19842,14 @@ be used further by e.g. graphic devices.")
 (define-public r-graphlayouts
   (package
     (name "r-graphlayouts")
-    (version "0.7.1")
+    (version "0.7.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "graphlayouts" version))
        (sha256
         (base32
-         "05v7ss18bflhqa4ipsca8iw2ln8ddbaiyrizx2a5cwq81g5qq3rq"))))
+         "0vncg1pfnwrfkjfwz5k86b0ir8vnjkbyd0kzpbgb0cpkdz7987pc"))))
     (properties `((upstream-name . "graphlayouts")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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