artwork: Update snapshot to 2f2fe74.

* gnu/artwork.scm (%artwork-repository): Update to 2f2fe74.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Diego Nicola Barbato 2019-06-07 23:58:05 +02:00 committed by Ludovic Courtès
parent f8a9f99cd6
commit 226a3605d6
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
;;; Code:
(define %artwork-repository
(let ((commit "b975164c19c9c0f5d91e5731ec1683e7510c1326"))
(let ((commit "2f2fe74c1078be605a6a93c2193fd6c715cebbb0"))
(origin
(method git-fetch)
(uri (git-reference
@ -39,6 +39,6 @@
"-checkout"))
(sha256
(base32
"1fad7az077q9ds3jhp00jfsr8rfw4ws042wmnai52k7jv4kbxwyf")))))
"0c8r0phvm3wgf914n2kw1461cwdjl2zbzqvzq9x7d9pwkgv7xmq7")))))
;;; artwork.scm ends here