diff options
Diffstat (limited to 'gnu/artwork.scm')
| -rw-r--r-- | gnu/artwork.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/artwork.scm b/gnu/artwork.scm index d14fda44bd6..155865f44af 100644 --- a/gnu/artwork.scm +++ b/gnu/artwork.scm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2014 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; | 3 | ;;; |
| 4 | ;;; This file is part of GNU Guix. | 4 | ;;; This file is part of GNU Guix. |
| 5 | ;;; | 5 | ;;; |
| @@ -32,9 +32,9 @@ | |||
| 32 | (method git-fetch) | 32 | (method git-fetch) |
| 33 | (uri (git-reference | 33 | (uri (git-reference |
| 34 | (url "git://git.savannah.gnu.org/guix/guix-artwork.git") | 34 | (url "git://git.savannah.gnu.org/guix/guix-artwork.git") |
| 35 | (commit "94e6111"))) | 35 | (commit "3236581"))) |
| 36 | (sha256 | 36 | (sha256 |
| 37 | (base32 | 37 | (base32 |
| 38 | "0aax85mygpq4lbyn8sriafikyg54yss3lisin6pwkvlvp23a3v1j")))) | 38 | "0ayg0693agck8zkcxfymph5ccc3y44cdf9i4y0qvxajhac8rkcaj")))) |
| 39 | 39 | ||
| 40 | ;;; artwork.scm ends here | 40 | ;;; artwork.scm ends here |
