me
/
guix
Archived
1
0
Fork 0

gnu: r-catterplots: Update to 0-3.ae17cd5.

* gnu/packages/statistics.scm (r-catterplots): Update to 0-3.ae17cd5.
master
Ricardo Wurmus 2019-12-04 10:06:43 +01:00
parent 9e21a1c803
commit 6ea613ce63
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 5 deletions

View File

@ -5656,20 +5656,20 @@ inferring an appropriate positioning method.")
(license license:gpl3)))
(define-public r-catterplots
(let ((commit "40063ec57f9515d231508f135ca0ec769614efb9")
(revision "2"))
(let ((commit "ae17cd5e49ddda4ecfe0eba8a4c21df8c88e72c4")
(revision "3"))
(package
(name "r-catterplots")
(version (string-append "0-" revision "." (string-take commit 9)))
(version (git-version "0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Gibbsdavidl/CatterPlots.git")
(commit commit)))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"1wl80pgbz8d9kfpffvkh439hlgz2qldm9m75wqjfrgrg8lcjzrxg"))))
"0qa8liylffpxgdg8xcgjar5dsvczqhn3akd4w35113hnyg1m4xyg"))))
(build-system r-build-system)
(propagated-inputs
`(("r-png" ,r-png)))