mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: r-catterplots: Update to 0-3.ae17cd5.
* gnu/packages/statistics.scm (r-catterplots): Update to 0-3.ae17cd5.
This commit is contained in:
parent
9e21a1c803
commit
6ea613ce63
1 changed files with 5 additions and 5 deletions
|
@ -5656,20 +5656,20 @@ (define-public r-directlabels
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-catterplots
|
(define-public r-catterplots
|
||||||
(let ((commit "40063ec57f9515d231508f135ca0ec769614efb9")
|
(let ((commit "ae17cd5e49ddda4ecfe0eba8a4c21df8c88e72c4")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "r-catterplots")
|
(name "r-catterplots")
|
||||||
(version (string-append "0-" revision "." (string-take commit 9)))
|
(version (git-version "0" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/Gibbsdavidl/CatterPlots.git")
|
(url "https://github.com/Gibbsdavidl/CatterPlots.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wl80pgbz8d9kfpffvkh439hlgz2qldm9m75wqjfrgrg8lcjzrxg"))))
|
"0qa8liylffpxgdg8xcgjar5dsvczqhn3akd4w35113hnyg1m4xyg"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-png" ,r-png)))
|
`(("r-png" ,r-png)))
|
||||||
|
|
Loading…
Reference in a new issue