guix-commits
[Top][All Lists]
Advanced

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

17/20: gnu: r-munsell: Update to 0.5.1.


From: guix-commits
Subject: 17/20: gnu: r-munsell: Update to 0.5.1.
Date: Tue, 2 Apr 2024 04:31:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4a8ef8e917882e86babf5e26b867233b07c11d11
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 2 10:04:29 2024 +0200

    gnu: r-munsell: Update to 0.5.1.
    
    * gnu/packages/statistics.scm (r-munsell): Update to 0.5.1.
    
    Change-Id: I526337679f81d865f81b8b603305bf5f7b611539
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index c33000aecd..392fa50dd4 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1064,13 +1064,13 @@ see package vignette.  To quote Rene Magritte, \"Ceci 
n'est pas un pipe.\"")
 (define-public r-munsell
   (package
     (name "r-munsell")
-    (version "0.5.0")
+    (version "0.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "munsell" version))
        (sha256
-        (base32 "16g1fzisbpqb15yh3pqf3iia4csppva5dnv1z88x9dg263xskwyh"))))
+        (base32 "19i9jjawlqciw4n4h99a4sm0lbc77la3pqyzjvnwsrh7qjdgv8h3"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-colorspace))



reply via email to

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