mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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
This commit is contained in:
parent
fb3ac987c9
commit
ebd00a4e91
1 changed files with 5 additions and 3 deletions
|
@ -6448,7 +6448,7 @@ (define-public r-tgconfig
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public r-tgutil
|
||||
(let ((commit "0e4a2e84e5cf1f74bc66df0a3d8eac89633fd7b1")
|
||||
(let ((commit "db4ff8b98082f8e4dbdeacb452641d215fd3c7ff")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "r-tgutil")
|
||||
|
@ -6461,7 +6461,7 @@ (define-public r-tgutil
|
|||
(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 @@ (define-public r-tgutil
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue