From 92e2e4816cf939c094d18c297fc88031485c1ddd Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Sat, 10 Jan 2026 12:37:02 -0300 Subject: [PATCH] artwork: Update commit. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/artwork.scm (%artwork-repository): Update commit. Change-Id: I1524126ac1daf9e8eab6c35695a9d786602c78f6 Signed-off-by: Ludovic Courtès Merges: #5528 Signed-off-by: Rutherther --- gnu/artwork.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/artwork.scm b/gnu/artwork.scm index 5f634533f55e74489699c9917ee73f9e7f14015d..d3ab13b8af79c030f1813f9de9d96b70f7b108fa 100644 --- a/gnu/artwork.scm +++ b/gnu/artwork.scm @@ -29,7 +29,7 @@ ;;; Code: (define %artwork-repository - (let ((commit "4c7f2ce6428a63e202cd2a9474a06f68a946934d")) + (let ((commit "08259679a0faef63e3ba169df5b937d836bd9262")) (origin (method git-fetch) (uri (git-reference @@ -39,6 +39,6 @@ "-checkout")) (sha256 (base32 - "1rl569759q9wm1dxn7nkq3873d2k92giic7aa6jwzwr3n16prc7y"))))) + "0anryix0y8w9brksiaz39r8c10vdd0fp4h96b9f3m4aw0xpv8xlf"))))) ;;; artwork.scm ends here