guix-commits
[Top][All Lists]
Advanced

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

59/98: gnu: r-directlabels: Update to 2023.8.25.


From: guix-commits
Subject: 59/98: gnu: r-directlabels: Update to 2023.8.25.
Date: Wed, 13 Sep 2023 18:06:36 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f8fdfb731f1f2523852f445e094e13b5908447e0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 14 00:04:12 2023 +0200

    gnu: r-directlabels: Update to 2023.8.25.
    
    * gnu/packages/cran.scm (r-directlabels): Update to 2023.8.25.
---
 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 060eb2122b..eb4ad4195d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -32664,14 +32664,14 @@ permuted copies (shadows).")
 (define-public r-directlabels
   (package
     (name "r-directlabels")
-    (version "2021.1.13")
+    (version "2023.8.25")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "directlabels" version))
        (sha256
         (base32
-         "0415kh9k2qzdwi8zb32fh2icl5wf5335kyj11cyfdmfxji39zv2w"))))
+         "0p7as0yvvywbdqjpng70sdiy0xyczac4qbv534cwqxiqyx81vp8j"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-quadprog))



reply via email to

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