guix-commits
[Top][All Lists]
Advanced

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

21/40: gnu: r-graphlayouts: Update to 1.1.0.


From: guix-commits
Subject: 21/40: gnu: r-graphlayouts: Update to 1.1.0.
Date: Tue, 23 Jan 2024 07:43:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3995f40cd707cd8f1d4aa3fe89f274d588f254f0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 23 08:26:12 2024 +0100

    gnu: r-graphlayouts: Update to 1.1.0.
    
    * gnu/packages/cran.scm (r-graphlayouts): Update to 1.1.0.
    
    Change-Id: I5056c2158af15aeed9d5b53a52149e67d6d50b56
---
 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 b2668598e1..9b923e902e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26945,14 +26945,14 @@ be used further by e.g. graphic devices.")
 (define-public r-graphlayouts
   (package
     (name "r-graphlayouts")
-    (version "1.0.2")
+    (version "1.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "graphlayouts" version))
        (sha256
         (base32
-         "1mg0j9kcjp8dbpd8fy9vr5f35pz41v18vxc7q4pyl986pj859jam"))))
+         "14ib4yjcxb6zgci5h89p9swqabab57bzywwp96d3nhn620chap22"))))
     (properties `((upstream-name . "graphlayouts")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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