guix-commits
[Top][All Lists]
Advanced

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

33/63: gnu: r-graphlayouts: Update to 1.0.2.


From: guix-commits
Subject: 33/63: gnu: r-graphlayouts: Update to 1.0.2.
Date: Wed, 15 Nov 2023 09:57:04 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 29c2ab60631dd56a0db60ca4939eadc9e622267a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 15 15:54:37 2023 +0100

    gnu: r-graphlayouts: Update to 1.0.2.
    
    * gnu/packages/cran.scm (r-graphlayouts): Update to 1.0.2.
    
    Change-Id: I74f68183e2d52676c3f90474bfb140ef57b70af6
---
 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 86eb7dd632..8544790e6c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26616,14 +26616,14 @@ be used further by e.g. graphic devices.")
 (define-public r-graphlayouts
   (package
     (name "r-graphlayouts")
-    (version "1.0.1")
+    (version "1.0.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "graphlayouts" version))
        (sha256
         (base32
-         "0x777ixw2vvj1z3dams0zmyk25v7cdm4sx8v6knlb2mfkkg2gcyk"))))
+         "1mg0j9kcjp8dbpd8fy9vr5f35pz41v18vxc7q4pyl986pj859jam"))))
     (properties `((upstream-name . "graphlayouts")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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