diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-02-10 23:03:46 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-02-10 23:25:01 +0100 |
| commit | 5e6a5aeebd7b735e5d5f2eed496cc1c7e8a5b4c9 (patch) | |
| tree | b572dcd56de22d29825fe415737025dbdf4c99ba /gnu | |
| parent | 44a06c942c36b75c8aab9761891ca64c1f4ac367 (diff) | |
artwork: Update snapshot to e951905.
* gnu/artwork.scm (%artwork-repository): Update to e951905.
Diffstat (limited to 'gnu')
| -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 35bfd0f967e..021aaa570b8 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, 2015, 2018 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2014, 2015, 2018, 2019 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2017 Leo Famulari <leo@famulari.name> | 3 | ;;; Copyright © 2017 Leo Famulari <leo@famulari.name> |
| 4 | ;;; | 4 | ;;; |
| 5 | ;;; This file is part of GNU Guix. | 5 | ;;; This file is part of GNU Guix. |
| @@ -29,7 +29,7 @@ | |||
| 29 | ;;; Code: | 29 | ;;; Code: |
| 30 | 30 | ||
| 31 | (define %artwork-repository | 31 | (define %artwork-repository |
| 32 | (let ((commit "6998d30425289b087c64f63e7415df2241e591db")) | 32 | (let ((commit "e951905f79dcc92fba9cd05d9190afa3ee2d1d50")) |
| 33 | (origin | 33 | (origin |
| 34 | (method git-fetch) | 34 | (method git-fetch) |
| 35 | (uri (git-reference | 35 | (uri (git-reference |
| @@ -39,6 +39,6 @@ | |||
| 39 | "-checkout")) | 39 | "-checkout")) |
| 40 | (sha256 | 40 | (sha256 |
| 41 | (base32 | 41 | (base32 |
| 42 | "0k7j3pj9s3zqiqmfkapypssvzx3f12yr0cc2rbzxqfii0b4clp1j"))))) | 42 | "1d79ackvs3bqk43ff91457qmdb6g4nwfknzs3dyrhni1ynk1i976"))))) |
| 43 | 43 | ||
| 44 | ;;; artwork.scm ends here | 44 | ;;; artwork.scm ends here |
