mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
artwork: Update to latest GRUB image.
* gnu/artwork.scm (%artwork-repository): Update to newer snapshot.
This commit is contained in:
parent
4cc78cb38f
commit
a4d8c40f7d
1 changed files with 2 additions and 2 deletions
|
@ -32,9 +32,9 @@ (define %artwork-repository
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "git://git.savannah.gnu.org/guix/guix-artwork.git")
|
(url "git://git.savannah.gnu.org/guix/guix-artwork.git")
|
||||||
(commit "3236581")))
|
(commit "61ae7c8")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ayg0693agck8zkcxfymph5ccc3y44cdf9i4y0qvxajhac8rkcaj"))))
|
"102fxk2l6b0ibry3n430q8ljhwrnbml9qgalzkz6v09r7sx6a532"))))
|
||||||
|
|
||||||
;;; artwork.scm ends here
|
;;; artwork.scm ends here
|
||||||
|
|
Loading…
Reference in a new issue