aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/avr.scm
AgeCommit message (Expand)Author
2016-08-15gnu: avr: Use the correct gcc version as native-input....Danny Milosavljevic
2016-05-31gnu: microscheme: Update to 0.9.3....Efraim Flashner
2016-05-30gnu: Add avr-toolchain....David Thompson
2016-05-30gnu: avr-libc: Update to 2.0.0....David Thompson
2016-05-30gnu: avr-libc: Fix build....David Thompson
2016-05-30gnu: Add avr-gcc-5....David Thompson
2016-05-30gnu: Add avr-gcc....David Thompson
2016-05-30gnu: Add avr-binutils....David Thompson
2015-11-11gnu: Add microscheme....Ricardo Wurmus
2015-11-11gnu: Add prefix to license imports in (gnu packages avr)....Ricardo Wurmus
2015-03-14gnu: Update packages to use 'non-copyleft' instead of 'bsd-style'....Ludovic Courtès
2014-11-21gnu: Add AVR-Libc....Manolis Ragkousis
.scm
+++ b/gnu/packages/cran.scm
@@ -29441,14 +29441,14 @@ the font tool-set provided by the @code{systemfonts} package.")
(define-public r-ragg
(package
(name "r-ragg")
- (version "1.1.3")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ragg" version))
(sha256
(base32
- "0ppypfq1vipwjngmiwdx1sj6x7m41v3dlnbsixdlnrf2nx82kxb2"))))
+ "1wbk7vny8435ii3aak586imd0dgh4ri55kqypx5b10x6ygp32avb"))))
(properties `((upstream-name . "ragg")))
(build-system r-build-system)
(inputs