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/artwork.scm | |
parent | 44a06c942c36b75c8aab9761891ca64c1f4ac367 (diff) | |
download | patches-5e6a5aeebd7b735e5d5f2eed496cc1c7e8a5b4c9.tar patches-5e6a5aeebd7b735e5d5f2eed496cc1c7e8a5b4c9.tar.gz |
artwork: Update snapshot to e951905.
* gnu/artwork.scm (%artwork-repository): Update to e951905.
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 35bfd0f967..021aaa570b 100644 --- a/gnu/artwork.scm +++ b/gnu/artwork.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2014, 2015, 2018 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2014, 2015, 2018, 2019 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2017 Leo Famulari <leo@famulari.name> ;;; ;;; This file is part of GNU Guix. @@ -29,7 +29,7 @@ ;;; Code: (define %artwork-repository - (let ((commit "6998d30425289b087c64f63e7415df2241e591db")) + (let ((commit "e951905f79dcc92fba9cd05d9190afa3ee2d1d50")) (origin (method git-fetch) (uri (git-reference @@ -39,6 +39,6 @@ "-checkout")) (sha256 (base32 - "0k7j3pj9s3zqiqmfkapypssvzx3f12yr0cc2rbzxqfii0b4clp1j"))))) + "1d79ackvs3bqk43ff91457qmdb6g4nwfknzs3dyrhni1ynk1i976"))))) ;;; artwork.scm ends here |