aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b1c108333c..764522e520 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9808,14 +9808,14 @@ used by other packages.")
(define-public r-shades
(package
(name "r-shades")
- (version "1.3.1")
+ (version "1.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "shades" version))
(sha256
(base32
- "0v0xp9l1zyq4iysmkrbdwk4r1rksjj8p5c1726yrcgyg55mj59nv"))))
+ "1zg95sjhrfvbdlfc387g9p0vnb8nb6agdk1mb3wq3kwkm2da0bqj"))))
(build-system r-build-system)
(home-page "https://github.com/jonclayden/shades")
(synopsis "Simple color manipulation")
'rules' action....Ludovic Courtès 2018-12-10services: guix: Run 'guix-daemon' in UTF-8 locale....Ludovic Courtès 2018-12-05services: guix-daemon: Fix authorization of multiple keys....Ludovic Courtès 2018-12-04Remove most references to hydra.gnu.org....Ludovic Courtès 2018-11-13services: nscd: Add 'invalidate' and 'statistics' actions....Ludovic Courtès 2018-11-07services: kmscon: Add an auto-login option....Mathieu Othacehe 2018-11-07services: kmscon: Do not switch to vt at start....Mathieu Othacehe 2018-09-26services: virtual-terminal: Write to "default_utf8" only if necessary....Ludovic Courtès 2018-09-26services: udev: Don't attempt to read "modules.devname" from a container....Ludovic Courtès 2018-09-19services: networking: Remove unbound variable reference in 'stop'....Ludovic Courtès 2018-09-19services: udev: Simplify 'start' method....Ludovic Courtès 2018-08-02services: file-system-shepherd-service: Require "udev" service....Danny Milosavljevic 2018-07-05services: mingetty: Use '--nohangup'....Ludovic Courtès 2018-06-14store-copy: 'read-reference-graph' returns a list of records....Ludovic Courtès 2018-05-29services: fstab: Properly handle file system labels....Ludovic Courtès 2018-05-28file-systems: Remove 'title' field and add <file-system-label>....Ludovic Courtès