diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-07 23:07:54 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-07 23:11:23 +0200 |
commit | cf2abac8ec07ca421393df755211779b60739ae6 (patch) | |
tree | 2f59c15b051295dad5b179ca43b6ee962a15d64f /gnu/artwork.scm | |
parent | 32cf989587b32e22177746ac13d48afcec4d2dee (diff) | |
download | guix-cf2abac8ec07ca421393df755211779b60739ae6.tar guix-cf2abac8ec07ca421393df755211779b60739ae6.tar.gz |
artwork: Update to latest version.
* gnu/artwork.scm (%artwork-repository): Update.
* gnu/services/xorg.scm (%default-slim-theme-name): Change to "0.x".
* gnu/system/grub.scm (%background-image): Change to
GuixSD-fully-black-4-3.svg.
Diffstat (limited to 'gnu/artwork.scm')
-rw-r--r-- | gnu/artwork.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/artwork.scm b/gnu/artwork.scm index c3b1695ba7..94c89143a6 100644 --- a/gnu/artwork.scm +++ b/gnu/artwork.scm @@ -32,9 +32,9 @@ (method git-fetch) (uri (git-reference (url "git://git.savannah.gnu.org/guix/guix-artwork.git") - (commit "61ae7c8"))) + (commit "6998d30"))) (sha256 (base32 - "102fxk2l6b0ibry3n430q8ljhwrnbml9qgalzkz6v09r7sx6a532")))) + "0k7j3pj9s3zqiqmfkapypssvzx3f12yr0cc2rbzxqfii0b4clp1j")))) ;;; artwork.scm ends here |