artwork: Update snapshot to b975164.

* gnu/artwork.scm (%artwork-repository): Update to b975164.
This commit is contained in:
Ludovic Courtès 2019-03-05 22:23:25 +01:00
parent af85757915
commit 5387971a9e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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