diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-02-24 23:14:39 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-02-24 23:43:03 +0100 |
commit | a4d8c40f7d3d5002a307b80cfe516474ea10d19f (patch) | |
tree | 68f461c4fe316a69baa247be399ff69e05184b6c | |
parent | 4cc78cb38f5e88a2608aa3d52dede71958a04cd2 (diff) | |
download | patches-a4d8c40f7d3d5002a307b80cfe516474ea10d19f.tar patches-a4d8c40f7d3d5002a307b80cfe516474ea10d19f.tar.gz |
artwork: Update to latest GRUB image.
* gnu/artwork.scm (%artwork-repository): Update to newer snapshot.
-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 155865f44a..c3b1695ba7 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 "3236581"))) + (commit "61ae7c8"))) (sha256 (base32 - "0ayg0693agck8zkcxfymph5ccc3y44cdf9i4y0qvxajhac8rkcaj")))) + "102fxk2l6b0ibry3n430q8ljhwrnbml9qgalzkz6v09r7sx6a532")))) ;;; artwork.scm ends here |