diff options
| author | Diego Nicola Barbato <dnbarbato@posteo.de> | 2019-06-07 23:58:05 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-06-10 23:11:07 +0200 |
| commit | 226a3605d6cabeb71247a732a99d625c9cfafa74 (patch) | |
| tree | c7aea770868ab6a0ea25e452e951859a45c35ded | |
| parent | f8a9f99cd602ce1dc5307cb0c21ae718ad8796bb (diff) | |
artwork: Update snapshot to 2f2fe74.
* gnu/artwork.scm (%artwork-repository): Update to 2f2fe74.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -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 b95f5cbf8a7..f404467dd76 100644 --- a/gnu/artwork.scm +++ b/gnu/artwork.scm | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | ;;; Code: | 29 | ;;; Code: |
| 30 | 30 | ||
| 31 | (define %artwork-repository | 31 | (define %artwork-repository |
| 32 | (let ((commit "b975164c19c9c0f5d91e5731ec1683e7510c1326")) | 32 | (let ((commit "2f2fe74c1078be605a6a93c2193fd6c715cebbb0")) |
| 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 | "1fad7az077q9ds3jhp00jfsr8rfw4ws042wmnai52k7jv4kbxwyf"))))) | 42 | "0c8r0phvm3wgf914n2kw1461cwdjl2zbzqvzq9x7d9pwkgv7xmq7"))))) |
| 43 | 43 | ||
| 44 | ;;; artwork.scm ends here | 44 | ;;; artwork.scm ends here |
