guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: r-tgutil: Update to 0.1.15-1.db4ff8b.


From: guix-commits
Subject: 02/02: gnu: r-tgutil: Update to 0.1.15-1.db4ff8b.
Date: Tue, 2 Jan 2024 15:46:43 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ebd00a4e917461ba770be60637b2b041795b2f44
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 2 21:45:16 2024 +0100

    gnu: r-tgutil: Update to 0.1.15-1.db4ff8b.
    
    * gnu/packages/statistics.scm (r-tgutil): Update to 0.1.15-1.db4ff8b.
    [description]: Update to use full sentences.
    
    Change-Id: I6cb7e60b0759bd307a676783a9ceb9c451ce7a82
---
 gnu/packages/statistics.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 92bf3d5d96..c2cf68fca8 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -6448,7 +6448,7 @@ can load multiple parameters to the current environment.")
       (license license:gpl3+))))
 
 (define-public r-tgutil
-  (let ((commit "0e4a2e84e5cf1f74bc66df0a3d8eac89633fd7b1")
+  (let ((commit "db4ff8b98082f8e4dbdeacb452641d215fd3c7ff")
         (revision "1"))
     (package
       (name "r-tgutil")
@@ -6461,7 +6461,7 @@ can load multiple parameters to the current environment.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0pmacpzhrigprlpl8b5j4xz7l110ifw98017xwk569dghbf8zrq1"))))
+          (base32 "00rsqs7f896piywh84jr8fkphbbx4jb7radf6znhhj6fip63yn91"))))
       (properties `((upstream-name . "tgutil")))
       (build-system r-build-system)
       (propagated-inputs (list r-broom
@@ -6481,7 +6481,9 @@ can load multiple parameters to the current environment.")
                                r-tidyr))
       (home-page "https://github.com/tanaylab/tgutil";)
       (synopsis "Simple utility functions for Tanay lab code")
-      (description "Shared utility functions for multiple Tanay lab packages.")
+      (description
+       "This package provides simple utility functions that are shared
+across several packages maintained by the Tanay lab.")
       (license license:gpl3))))
 
 (define-public r-catterplots



reply via email to

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