From 9c09760a780d741ce39df984fc30ef728adf4d5b Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 12 Feb 2015 23:42:29 +0100 Subject: artwork: Update snapshot to GuixSD branding. * gnu/artwork.scm (%artwork-repository): Update to new "GuixSD" branding. * gnu/system/grub.scm (%background-image, %default-theme): Adjust accordingly. --- gnu/artwork.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/artwork.scm') diff --git a/gnu/artwork.scm b/gnu/artwork.scm index d14fda44bd..155865f44a 100644 --- a/gnu/artwork.scm +++ b/gnu/artwork.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2014 Ludovic Courtès +;;; Copyright © 2014, 2015 Ludovic Courtès ;;; ;;; This file is part of GNU Guix. ;;; @@ -32,9 +32,9 @@ (define %artwork-repository (method git-fetch) (uri (git-reference (url "git://git.savannah.gnu.org/guix/guix-artwork.git") - (commit "94e6111"))) + (commit "3236581"))) (sha256 (base32 - "0aax85mygpq4lbyn8sriafikyg54yss3lisin6pwkvlvp23a3v1j")))) + "0ayg0693agck8zkcxfymph5ccc3y44cdf9i4y0qvxajhac8rkcaj")))) ;;; artwork.scm ends here -- cgit v1.2.3